diff --git a/Makefile b/Makefile index e4a7ff97..c56cc939 100644 --- a/Makefile +++ b/Makefile @@ -139,9 +139,9 @@ endif DIST_RES := LICENSE* CHANGELOG.md res cacert.pem Core.json template.vcv -DIST_NAME := Rack.$(VERSION).$(ARCH) +DIST_NAME := Rack-"$(VERSION)"-$(ARCH) DIST_SDK_DIR := Rack-SDK -DIST_SDK := Rack-SDK.$(VERSION).zip +DIST_SDK := Rack-SDK-$(VERSION).zip ifdef ARCH_MAC DIST_DIR := VCV Rack.app else diff --git a/plugin.mk b/plugin.mk index d942d61d..278f9742 100644 --- a/plugin.mk +++ b/plugin.mk @@ -79,7 +79,7 @@ else cp -r --parents $(DISTRIBUTABLES) dist/$(SLUG)/ endif @# Create ZIP package - cd dist && tar -c $(SLUG) | zstd -$(ZSTD_COMPRESSION_LEVEL) -o "$(SLUG)"."$(VERSION)".$(ARCH).vcvplugin + cd dist && tar -c $(SLUG) | zstd -$(ZSTD_COMPRESSION_LEVEL) -o "$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin install: dist mkdir -p "$(RACK_USER_DIR)"/plugins-v2/