This commit is contained in:
jobevers 2017-01-25 01:35:28 -05:00
parent 19192b6300
commit 091bc976b0
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
electron/dist
electron/node_modules
node_modules
LBRY-darwin-x64

View file

@ -64,8 +64,8 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
cd "$ROOT"
if [ "$(uname)" == "Darwin" ]; then
PLATFORM="darwin"
mv "LBRY-${PLATFORM}-x64/LBRY.app" "$ROOT/lbry/package/osx/lbry-osx-app/LBRY.app"
cd "$ROOT/lbry/packaging/osx/lbry-osx-app"
mv "LBRY-${PLATFORM}-x64/LBRY.app" "$ROOT/package/osx/LBRY.app"
cd "$ROOT/package/osx/"
dmgbuild -s dmg_settings.py "LBRY" "lbry-${VERSION}.dmg"
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
OS="linux"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB