make/package_osx.sh

Sun, 08 Dec 2013 11:20:41 +0000

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 08 Dec 2013 11:20:41 +0000
changeset 1
eb5269000bc8
parent 0
1f419bd32da1
child 7
431dde3c5fbe
permissions
-rwxr-xr-x

added some document functions

#!/bin/sh

# create .app
cp -R resource/template.app build/mk12.app

cp build/mk12 build/mk12.app/Contents/MacOS/

mercurial