We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388531c commit 9179ab5Copy full SHA for 9179ab5
Makefile
@@ -9,7 +9,7 @@ all: $(ZIP)
9
zip: $(ZIP)
10
11
%.zip: clean
12
- zip -r9 $(ZIP) . -x $(MODNAME)-*.zip LICENSE .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patch-font-names.sh
+ zip -r9 $(ZIP) . -x $(MODNAME)-*.zip .gitignore .gitattributes Makefile /.git* *.DS_Store* *placeholder patch-font-names.sh
13
14
install: $(ZIP)
15
adb push $(ZIP) /sdcard/
0 commit comments