Create separate OSX launchers for each mod.

This commit is contained in:
Paul Chote
2017-04-25 20:51:47 +00:00
parent 60bc114e39
commit 74bbde751f
5 changed files with 40 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ fi
popd >/dev/null
pushd osx >/dev/null
echo "Zipping OS X package"
echo "Building OS X package"
./buildpackage.sh "$TAG" "$BUILTDIR" "$OUTPUTDIR"
if [ $? -ne 0 ]; then
echo "OS X package build failed."