make/package_osx.sh@85b6cef7fcba
make/package_osx.sh
Mon, 29 Sep 2025 20:16:07 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 20:16:07 +0200
- changeset 778
- 85b6cef7fcba
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
implement listview onsave handler (GTK)
#!/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/