make/package_osx.sh

changeset 0
1f419bd32da1
child 7
431dde3c5fbe
--- /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/
+

mercurial