Browse Source

Quote RACK_USER_DIR in plugin makefile.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
f3490e2cf4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      plugin.mk

+ 2
- 1
plugin.mk View File

@@ -77,7 +77,8 @@ endif
cd dist && ZSTD_CLEVEL=19 tar -cf "$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin --zstd "$(SLUG)"

install: dist
cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin $(RACK_USER_DIR)/plugins-v2/
mkdir -p "$(RACK_USER_DIR)"/plugins-v2/
cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin "$(RACK_USER_DIR)"/plugins-v2/

.PHONY: clean dist
.DEFAULT_GOAL := all

Loading…
Cancel
Save