make/package_osx.sh@f135137ae209
make/package_osx.sh
Mon, 29 Sep 2025 21:28:19 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 21:28:19 +0200
- changeset 780
- f135137ae209
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
add list args functions for the onsave callback
#!/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/