make/package_osx.sh@02af1d4a88df
make/package_osx.sh
Sun, 25 Jan 2026 10:28:37 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 25 Jan 2026 10:28:37 +0100
- changeset 1055
- 02af1d4a88df
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
change return type of ui_list_getselection from UiListSelection to int, add ui_list_get_selection for returning UiListSelection
#!/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/