6:05a18c56d9ca | 7:431dde3c5fbe |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 # create .app | 3 # create .app |
4 cp -R resource/template.app build/mk12.app | 4 cp -R resource/template.app build/mk12.app |
5 | 5 |
6 cp build/mk12 build/mk12.app/Contents/MacOS/ | 6 mkdir -p build/mk12.app/Contents/MacOS/ |
7 cp build/bin/mk12 build/mk12.app/Contents/MacOS/ | |
7 | 8 |