Gordon Pedersen
33a807e7af
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
5 lines
No EOL
255 B
Bash
Executable file
5 lines
No EOL
255 B
Bash
Executable file
#!/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 |