make/package_osx.sh@6efc3994e8dd
make/package_osx.sh
Thu, 11 Jun 2026 20:27:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 11 Jun 2026 20:27:11 +0200
- changeset 1189
- 6efc3994e8dd
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
make sure menus are initialized when a new window is opened
#!/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/