mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Also include .sha files for ntrboot installable FIRMs
This commit is contained in:
parent
8b71fd768e
commit
33e164abc4
2
Makefile
2
Makefile
@ -170,7 +170,9 @@ release:
|
|||||||
@cp $(CURDIR)/README.md $(RELEASE)
|
@cp $(CURDIR)/README.md $(RELEASE)
|
||||||
@cp $(CURDIR)/HelloScript.gm9 $(RELEASE)
|
@cp $(CURDIR)/HelloScript.gm9 $(RELEASE)
|
||||||
@cp $(OUTPUT)_ntr.firm $(RELEASE)/ntrboot
|
@cp $(OUTPUT)_ntr.firm $(RELEASE)/ntrboot
|
||||||
|
@cp $(OUTPUT)_ntr.firm.sha $(RELEASE)/ntrboot
|
||||||
@cp $(OUTPUT)_ntr_dev.firm $(RELEASE)/ntrboot
|
@cp $(OUTPUT)_ntr_dev.firm $(RELEASE)/ntrboot
|
||||||
|
@cp $(OUTPUT)_ntr_dev.firm.sha $(RELEASE)/ntrboot
|
||||||
@cp -R $(CURDIR)/resources/gm9 $(RELEASE)/gm9
|
@cp -R $(CURDIR)/resources/gm9 $(RELEASE)/gm9
|
||||||
@-7z a $(RELEASE)/$(TARGET)-$(VERSION)-$(DBUILTS).zip $(RELEASE)/*
|
@-7z a $(RELEASE)/$(TARGET)-$(VERSION)-$(DBUILTS).zip $(RELEASE)/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user