Replace OSX launcher with a native-code version.

- Binary files hosted externally.
- Fixes dialogs hijacking Finder.
- Fixes dock icon being lost when restarting.
- Adds openra:// url handling.
- Adds .orarep file handling.
- Minimum OS X version is now 10.6.
This commit is contained in:
Paul Chote
2015-04-07 23:27:50 +01:00
parent 1a21421217
commit 85cd7308b4
7 changed files with 16 additions and 111 deletions

View File

@@ -95,7 +95,7 @@ fi
pushd osx
echo "Zipping OS X package"
bash buildpackage.sh "$TAG" "$BUILTDIR" "${SRCDIR}/thirdparty/osx" "$OUTPUTDIR"
bash buildpackage.sh "$TAG" "$BUILTDIR" "$OUTPUTDIR"
if [ $? -ne 0 ]; then
echo "OS X package build failed."
fi