This commit is contained in:
Mike Nolan 2023-10-02 15:49:02 -05:00
parent 3193eaed52
commit ef8b3e8fa5
2 changed files with 5 additions and 5 deletions

View File

@ -8,6 +8,6 @@ build:
- main
artifacts:
paths:
- publish/
- CardRoot/
script:
- make && make publish

View File

@ -120,10 +120,10 @@ run:
wiiload $(TARGET).dol
publish: $(TARGET).dol
mkdir -p publish/apps/TYTD2023/
cp $(TARGET).dol publish/apps/TYTD2023/boot.dol
cp meta.xml publish/apps/TYTD2023/meta.xml
cp icon.png publish/apps/TYTD2023/icon.png
mkdir -p CardRoot/apps/TYTD2023/
cp $(TARGET).dol CardRoot/apps/TYTD2023/boot.dol
cp meta.xml CardRoot/apps/TYTD2023/meta.xml
cp icon.png CardRoot/apps/TYTD2023/icon.png
#---------------------------------------------------------------------------------
else