diff -r 05a18c56d9ca -r 431dde3c5fbe make/package_osx.sh --- a/make/package_osx.sh Mon Mar 24 11:21:59 2014 +0100 +++ b/make/package_osx.sh Tue Mar 25 20:25:09 2014 +0100 @@ -3,5 +3,6 @@ # create .app cp -R resource/template.app build/mk12.app -cp build/mk12 build/mk12.app/Contents/MacOS/ +mkdir -p build/mk12.app/Contents/MacOS/ +cp build/bin/mk12 build/mk12.app/Contents/MacOS/