make/package_osx.sh@bf53d553e3dc
make/package_osx.sh
3 weeks ago
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 13 Mar 2025 18:40:17 +0100 (3 weeks ago)
- changeset 497
- bf53d553e3dc
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
add UiEvent set for indicating, if the event was triggered by ui_set
#!/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/