diff --git a/plugin.mk b/plugin.mk index 555dc2f1..d942d61d 100644 --- a/plugin.mk +++ b/plugin.mk @@ -79,11 +79,11 @@ 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/ - cp dist/$(SLUG)-"$(VERSION)"-$(ARCH).vcvplugin "$(RACK_USER_DIR)"/plugins-v2/ + cp dist/*.vcvplugin "$(RACK_USER_DIR)"/plugins-v2/ .PHONY: clean dist .DEFAULT_GOAL := all