From ef5c7d6bab9c455f1ea9213828892c5e09c16bf2 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 30 Oct 2018 16:39:20 -0700 Subject: [PATCH] Fix make dist zip to launch set_mitm. (Thanks @bakugo). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c2a88fd4e..c10b6eb7a 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ dist: all cp common/defaults/loader.ini atmosphere-$(AMSVER)/atmosphere/loader.ini cp stratosphere/creport/creport.nsp atmosphere-$(AMSVER)/atmosphere/titles/0100000000000036/exefs.nsp cp stratosphere/set_mitm/set_mitm.nsp atmosphere-$(AMSVER)/atmosphere/titles/0100000000000032/exefs.nsp + touch atmosphere-$(AMSVER)/atmosphere/titles/0100000000000032/boot2.flag cd atmosphere-$(AMSVER); zip -r ../atmosphere-$(AMSVER).zip ./*; cd ../; rm -r atmosphere-$(AMSVER) mkdir out