Browse Source

Add sign-dist target

tags/v1.0.2
Andrew Belt 4 years ago
parent
commit
265f52fa27
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      Makefile

+ 7
- 0
Makefile View File

@@ -20,3 +20,10 @@ $(libsamplerate):


include $(RACK_DIR)/plugin.mk

# Only Fundamental needs this because it's bundled with Rack
sign-dist:
ifdef ARCH_MAC
codesign --verbose --sign "Developer ID Application: Andrew Belt (VRF26934X5)" --deep dist/$(SLUG)/$(TARGET)
cd dist && zip -q -9 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
endif

Loading…
Cancel
Save