Browse Source

Remove sign-dist target.

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

+ 0
- 7
Makefile View File

@@ -20,10 +20,3 @@ $(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