make/package_osx.sh@6f5e02fcb7b9
make/package_osx.sh
Fri, 31 Oct 2025 10:12:27 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 31 Oct 2025 10:12:27 +0100
- changeset 886
- 6f5e02fcb7b9
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
implement frame container (Motif)
#!/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/