Wed, 02 Apr 2014 09:59:38 +0200
added menu accelerators
0 | 1 | #!/bin/sh |
2 | ||
3 | # create .app | |
4 | cp -R resource/template.app build/mk12.app | |
5 | ||
7
431dde3c5fbe
added Cocoa implementation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
0
diff
changeset
|
6 | mkdir -p build/mk12.app/Contents/MacOS/ |
431dde3c5fbe
added Cocoa implementation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
0
diff
changeset
|
7 | cp build/bin/mk12 build/mk12.app/Contents/MacOS/ |
0 | 8 |