make/package_osx.sh@b58ad5b65c1b
make/package_osx.sh
Sat, 13 Dec 2025 16:26:27 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 13 Dec 2025 16:26:27 +0100
- changeset 1003
- b58ad5b65c1b
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
implement static_elements arg for the listview (Cocoa)
#!/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/