make/package_osx.sh@5065d0d52680
make/package_osx.sh
Sat, 15 Apr 2023 15:42:31 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 15 Apr 2023 15:42:31 +0200
- branch
- newapi
- changeset 171
- 5065d0d52680
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
replace wpf with winui in the configure script
#!/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/