summaryrefslogtreecommitdiff
path: root/plugin.mk
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-05-11 01:16:34 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2019-05-11 01:16:34 -0400
commitfe713d5a7a53bca8f7059a2c5e7508800d04b5a3 (patch)
treedfac12c3eada63e5c2f0aebc0961eae2f550fea6 /plugin.mk
parente693d9beef4b15301111c7805d14a0c70476e46d (diff)
Add codesigning on Mac. Silently fail if settings.json is not found when loaded.
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.mk b/plugin.mk
index 6d58c5e5..f0a92dda 100644
--- a/plugin.mk
+++ b/plugin.mk
@@ -62,7 +62,7 @@ endif
@# Copy distributables
cp -R $(DISTRIBUTABLES) dist/$(SLUG)/
@# Create ZIP package
- cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
+ cd dist && zip -q -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
install: dist
cp dist/$(SLUG)-$(VERSION)-$(ARCH).zip $(RACK_USER_DIR)/plugins/