Also include .sha files for ntrboot installable FIRMs

This commit is contained in:
d0k3 2017-09-14 22:53:55 +02:00
parent 8b71fd768e
commit 33e164abc4

View File

@ -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)/*