make/package_osx.sh@fcacc15a2ef2
make/package_osx.sh
Wed, 09 Dec 2020 11:33:00 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 09 Dec 2020 11:33:00 +0100
- changeset 1
- fcacc15a2ef2
- parent 0
-
804d8803eade
- permissions
- -rwxr-xr-x
add .hgignore
#!/bin/sh
# create .app
rm -Rf build/mk12.app
cp -R resource/template.app build/mk12.app
mkdir -p build/mk12.app/Contents/MacOS/
cp build/bin/mk12 build/mk12.app/Contents/MacOS/
cp -R resource/locales build/mk12.app/Contents/Resources/