make/package_osx.sh

Sat, 07 Dec 2013 12:14:59 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 07 Dec 2013 12:14:59 +0100
changeset 0
1f419bd32da1
child 7
431dde3c5fbe
permissions
-rwxr-xr-x

added files

#!/bin/sh

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

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

mercurial