make/package_osx.sh@b68b5f984074
make/package_osx.sh
Sun, 13 Oct 2024 21:28:09 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 13 Oct 2024 21:28:09 +0200
- branch
- newapi
- changeset 339
- b68b5f984074
- parent 29
-
c96169444d88
- permissions
- -rwxr-xr-x
add minimally working image viewer (GTK)
#!/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/