diff -r 000000000000 -r 1f419bd32da1 make/package_osx.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/package_osx.sh Sat Dec 07 12:14:59 2013 +0100 @@ -0,0 +1,7 @@ +#!/bin/sh + +# create .app +cp -R resource/template.app build/mk12.app + +cp build/mk12 build/mk12.app/Contents/MacOS/ +