From 40588f2f3397af185aab4e03f10518ca95362f6e Mon Sep 17 00:00:00 2001 From: XeroOl Date: Fri, 20 Dec 2024 21:10:10 -0600 Subject: [PATCH] include plugins in the zip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 143cbb0..d92e1d3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ FILENAME=mirin-template-$(VERSION) $(FILENAME).zip: lint test mkdir -p build - cp -r Song.ogg Song.sm lua template build + cp -r Song.ogg Song.sm lua template plugins build sed 's/$$VERSION/'"$(VERSION)"'/' build/template/main.xml -i (cd build && zip ../"$(FILENAME)".zip . -r) rm build -rf