Skip to content

Commit

Permalink
fix release zips
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Jun 16, 2021
1 parent d61f78b commit ce24623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ $(DIST):

dist-ctr: ctr $(DIST)
@echo Built for 3DS..
@zip -ujqr ./$(DIST)/LOVEPotion-3DS-$(COMMIT_HASH).zip platform -i '*.3dsx' '*.elf'
@zip -ujqr ./$(DIST)/LOVEPotion-3DS-$(COMMIT_HASH).zip platform/3ds -i '*.3dsx' '*.elf'

dist-hac: hac $(DIST)
@echo Built for Switch..
@zip -ujqr ./$(DIST)/LOVEPotion-Switch-$(COMMIT_HASH).zip platform -i '*.nro' '*.elf'
@zip -ujqr ./$(DIST)/LOVEPotion-Switch-$(COMMIT_HASH).zip platform/switch -i '*.nro' '*.elf'

#-----------------------------------
# Debug/Development
Expand Down

0 comments on commit ce24623

Please sign in to comment.