From 33e164abc41889ae45e2131c544c8c3c289686be Mon Sep 17 00:00:00 2001 From: d0k3 Date: Thu, 14 Sep 2017 22:53:55 +0200 Subject: [PATCH] Also include .sha files for ntrboot installable FIRMs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 37365d9..5298f84 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,9 @@ release: @cp $(CURDIR)/README.md $(RELEASE) @cp $(CURDIR)/HelloScript.gm9 $(RELEASE) @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.sha $(RELEASE)/ntrboot @cp -R $(CURDIR)/resources/gm9 $(RELEASE)/gm9 @-7z a $(RELEASE)/$(TARGET)-$(VERSION)-$(DBUILTS).zip $(RELEASE)/*