mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Makefile: Use 7za instead of 7z
This commit is contained in:
parent
0220230403
commit
38d3b4b4dc
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ release: clean
|
||||
@cp $(CURDIR)/HelloScript.gm9 $(RELDIR)
|
||||
@cp -R $(CURDIR)/resources/gm9 $(RELDIR)/gm9
|
||||
|
||||
@-7z a $(RELDIR)/$(FLAVOR)-$(VERSION)-$(DBUILTS).zip ./$(RELDIR)/*
|
||||
@-7za a $(RELDIR)/$(FLAVOR)-$(VERSION)-$(DBUILTS).zip ./$(RELDIR)/*
|
||||
|
||||
vram0:
|
||||
@mkdir -p "$(OUTDIR)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user