comparison: make/package_osx.sh
make/package_osx.sh
- changeset 0
- 1f419bd32da1
- child 7
- 431dde3c5fbe
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 |
|
3 # create .app |
|
4 cp -R resource/template.app build/mk12.app |
|
5 |
|
6 cp build/mk12 build/mk12.app/Contents/MacOS/ |
|
7 |