fix typo in osx build script
This commit is contained in:
parent
5eecae8889
commit
4b1530b554
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ codesign -vvvv "${DEST}/dist/LBRY.app"
|
|||
rm -rf $tmp
|
||||
mv dist/LBRY.app LBRY.app
|
||||
|
||||
if [ -z ${SKIP_SMG+x} ]; then
|
||||
if [ -z ${SKIP_DMG+x} ]; then
|
||||
rm -rf dist "${NAME}.${VERSION}.dmg"
|
||||
dmgbuild -s dmg_settings.py "LBRY" "${NAME}.${VERSION}.dmg"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue