Fix build script for Mac App Store.

This commit is contained in:
John Preston 2019-05-09 18:45:18 +03:00
parent 8af684f7f7
commit 58aaed4c0f
1 changed files with 3 additions and 3 deletions

View File

@ -436,10 +436,10 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
xcrun stapler staple "$ReleasePath/$SetupFile"
fi
fi
fi
"./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam
echo "Packer done!"
"./Packer" -path "$BinaryName.app" -target "$BuildTarget" -version $VersionForPacker $AlphaBetaParam
echo "Packer done!"
fi
if [ ! -d "$ReleasePath/deploy" ]; then
mkdir "$ReleasePath/deploy"