make/package_osx.sh@b84cbe57e0bd
make/package_osx.sh
Mon, 29 Sep 2025 21:14:46 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 21:14:46 +0200
- changeset 779
- b84cbe57e0bd
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
change UiCellValue from struct to union and pass it as pointer to the onsave function, for better compatibility with other languages
#!/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/