Merge pull request #3 from chenzw95/patch-1

Add Launcher.dat to release
This commit is contained in:
d0k3 2017-05-20 14:57:17 +02:00 committed by GitHub
commit 8d1ea93363

View File

@ -151,6 +151,7 @@ brahma: submodules binary
release: release:
@rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE) @rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE)
@make --no-print-directory binary @make --no-print-directory binary
@-make --no-print-directory gateway
@-make --no-print-directory firm @-make --no-print-directory firm
@-make --no-print-directory 2xrsa @-make --no-print-directory 2xrsa
@-make --no-print-directory cakerop @-make --no-print-directory cakerop
@ -165,6 +166,7 @@ release:
@-cp $(OUTPUT).nds $(RELEASE) @-cp $(OUTPUT).nds $(RELEASE)
@-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET) @-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET)
@-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET) @-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET)
@-cp $(OUTPUT_D)/Launcher.dat $(RELEASE)
@cp $(CURDIR)/README.md $(RELEASE) @cp $(CURDIR)/README.md $(RELEASE)
@-7z a $(RELEASE)/$(TARGET)-`date +'%Y%m%d-%H%M%S'`.zip $(RELEASE)/* @-7z a $(RELEASE)/$(TARGET)-`date +'%Y%m%d-%H%M%S'`.zip $(RELEASE)/*