move dmg to root
This commit is contained in:
parent
091bc976b0
commit
71efa32edd
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -67,6 +67,7 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
|||
mv "LBRY-${PLATFORM}-x64/LBRY.app" "$ROOT/package/osx/LBRY.app"
|
||||
cd "$ROOT/package/osx/"
|
||||
dmgbuild -s dmg_settings.py "LBRY" "lbry-${VERSION}.dmg"
|
||||
mv "lbry-${VERSION}.dmg" "${ROOT}"
|
||||
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||
OS="linux"
|
||||
PLATFORM="linux"
|
||||
|
|
Loading…
Reference in a new issue