Skip to content

Commit

Permalink
Also include .sha files for ntrboot installable FIRMs
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Sep 14, 2017
1 parent 8b71fd7 commit 33e164a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)/*

Expand Down

0 comments on commit 33e164a

Please sign in to comment.