From 8d5c5eb4eca2d2296b9883c4e3f55cf6e6f4ef33 Mon Sep 17 00:00:00 2001 From: Sanras <61475057+Sanrax@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:33:00 -0500 Subject: [PATCH] Add Stargate Launcher to Makefile --- archive/stargate-3ds.com/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/stargate-3ds.com/Makefile b/archive/stargate-3ds.com/Makefile index 2e4b2b0..15ebbcc 100644 --- a/archive/stargate-3ds.com/Makefile +++ b/archive/stargate-3ds.com/Makefile @@ -14,4 +14,4 @@ stargate-3ds.com_Kernel_1.0.zip: directory cd $(TOPDIR)/stargate-3ds.com_Kernel_1.0 && zip -r $(OUT)/$(BASE)/$@ * extdata: directory - cp README.txt $(OUT)/$(BASE) + cp -r SG_Launcher_CFW README.txt $(OUT)/$(BASE)