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
8 lines
No EOL
297 B
Batchfile
8 lines
No EOL
297 B
Batchfile
@echo off
|
||
|
||
cd .dragonruby
|
||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios.app/Assets.xcassets/AppIcon.appiconset /e
|
||
robocopy ../marketing-assets/AppIcon.appiconset ./dragonruby-ios-simulator.app/Assets.xcassets/AppIcon.appiconset /e
|
||
@echo on
|
||
dragonruby ../🕹️cube-tube
|
||
EXIT /B |