make/package_osx.sh

5 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Feb 2025 14:38:27 +0100 (5 weeks ago)
changeset 472
9ec14d31158a
parent 29
c96169444d88
permissions
-rwxr-xr-x

fix gtk build when webkit is not enabled

#!/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/

mercurial