make/package_osx.sh@7a06f7fd6ff0
make/package_osx.sh
Thu, 12 Jun 2025 11:01:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 12 Jun 2025 11:01:11 +0200
- changeset 617
- 7a06f7fd6ff0
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
fix rowspan typo
#!/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/