cube-tube/run
Gordon Pedersen 33a807e7af Moved some metadata assets to a marketing assets folder
This will prevent these marketing assets from being packaged into the game binary
Also updated the run / package scripts to copy the app icons to the correct locations
2023-07-13 10:38:33 +10:00

5 lines
No EOL
255 B
Bash
Executable file
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
cd "`dirname "$0"`"/.dragonruby
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/
cp -R ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/
exec ./dragonruby ../🕹cube-tube