.
This commit is contained in:
parent
6ab584283b
commit
b80faabf52
3 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@ script:
|
|||
-v ~/.cache/electron:/root/.cache/electron \
|
||||
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
|
||||
electronuserland/builder:wine \
|
||||
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux && yarn release --win"
|
||||
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn release --linux --win"
|
||||
else
|
||||
yarn release
|
||||
fi
|
||||
|
|
|
@ -15,7 +15,6 @@ module.exports = function(context) {
|
|||
.replace(/DAEMONVER/g, daemonVersion)
|
||||
.replace(/OSNAME/g, currentPlatform);
|
||||
const tmpZipPath = 'build/daemon.zip';
|
||||
console.log(daemonURL);
|
||||
|
||||
return new Promise(resolve => {
|
||||
axios
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lbry-app",
|
||||
"version": "0.22.0",
|
||||
"version": "0.23.0",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://lbry.io/",
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue