Skip to content

Commit

Permalink
include plugins in the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroOl committed Dec 21, 2024
1 parent cd781dd commit 40588f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40588f2

Please sign in to comment.