This commit is contained in:
Igor Gassmann 2018-02-09 11:46:17 -03:00
parent 6ab584283b
commit b80faabf52
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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": {