Skip to content

Commit

Permalink
Windows syntax for prxEncrypter
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jan 16, 2024
1 parent ecfbbbf commit c124cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.signed
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ release: all
ifeq ($(UNAME), Linux)
WINEPREFIX=$(shell pwd)/prefix wine bin/prxEncrypter $(TARGET).prx
else
bin/prxEncrypter $(TARGET).prx
bin\prxEncrypter $(TARGET).prx
endif
pack-pbp $(EXTRA_TARGETS) PARAM.SFO icon0.png NULL NULL NULL NULL data.psp NULL
rm -f data.psp
Expand Down

0 comments on commit c124cac

Please sign in to comment.