We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bb6f5 commit 575755eCopy full SHA for 575755e
build-switch.sh
@@ -16,8 +16,8 @@ cp -r gamedata dist/ken/
16
cd dist
17
zip -r ken/ken.zip ken/
18
mv ken switch
19
-rm Kens-Labyrinth.nro
20
-rm Kens-Labyrinth.nacp
21
-rm Kens-Labyrinth.nso
22
-rm Kens-Labyrinth.pfs0
23
-rm Kens-Labyrinth.elf
+rm -f Kens-Labyrinth.nro
+rm -f Kens-Labyrinth.nacp
+rm -f Kens-Labyrinth.nso
+rm -f Kens-Labyrinth.pfs0
+rm -f Kens-Labyrinth.elf
0 commit comments