make/package_osx.sh@d64c417039bc
make/package_osx.sh
Thu, 12 Feb 2026 15:48:18 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 12 Feb 2026 15:48:18 +0100
- changeset 1071
- d64c417039bc
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
the dummy object should not increase the app reference counter
#!/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/