make/package_osx.sh

6 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Feb 2025 14:28:47 +0100 (6 weeks ago)
changeset 471
063a9f29098c
parent 29
c96169444d88
permissions
-rwxr-xr-x

ucx update + fix doc attach/detach + fix ui_set with unbound values

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