make/package_osx.sh@51e856688fba
make/package_osx.sh
Tue, 31 Dec 2024 17:22:16 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 31 Dec 2024 17:22:16 +0100
- branch
- newapi
- changeset 424
- 51e856688fba
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
add form widget to a window to fix layout problems (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/