cube-tube/run.bat
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

8 lines
No EOL
297 B
Batchfile
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.

@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