update daemon, fix icon path
This commit is contained in:
parent
cacaed401f
commit
4d85f4c5f9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue