make/package_osx.sh@7016bcb8d38b
make/package_osx.sh
Sun, 07 Dec 2025 12:09:04 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 07 Dec 2025 12:09:04 +0100
- changeset 962
- 7016bcb8d38b
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
add webview width/height args and add gtk function for widget size requests
#!/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/