make/package_osx.sh@54e43e4efac2
make/package_osx.sh
Thu, 09 Oct 2025 12:49:53 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 09 Oct 2025 12:49:53 +0200
- changeset 822
- 54e43e4efac2
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
implement widget margin (Qt)
#!/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/