update daemon, fix icon path

This commit is contained in:
Jeremy Kauffman 2017-09-06 19:16:21 -04:00
parent cacaed401f
commit 4d85f4c5f9
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
"electron-rebuild": "^1.5.11"
},
"lbrySettings": {
"lbrynetDaemonVersion": "0.15.1",
"lbrynetDaemonVersion": "0.16.0rc5",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
},
"license": "MIT"

View file

@ -21,7 +21,7 @@ fi
if $OSX; then
ICON="$BUILD_DIR/icon.icns"
else
ICON="$BUILD_DIR/icons/lbry48.png"
ICON="$BUILD_DIR/icons/48x48.png"
fi
FULL_BUILD="${FULL_BUILD:-false}"