Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bundle.sh 578B

12345678910111213
  1. #!/bin/sh
  2. echo Creating bundle directory structure
  3. mkdir -p bin/OpenRaider.app/Contents/MacOS
  4. mkdir -p bin/OpenRaider.app/Contents/Resources/defaults
  5. mkdir -p bin/OpenRaider.app/Contents/Frameworks
  6. echo Moving bundle data in place
  7. cp mac_dist/Info.plist bin/OpenRaider.app/Contents/Info.plist
  8. cp mac_dist/openraider.icns bin/OpenRaider.app/Contents/Resources/openraider.icns
  9. cp mac_dist/OpenRaider bin/OpenRaider.app/Contents/MacOS/OpenRaider
  10. cp bin/release/OpenRaider bin/OpenRaider.app/Contents/MacOS/OpenRaider-bin
  11. cp data/* bin/OpenRaider.app/Contents/Resources/defaults/