Browse Source

Update plugin installation path.

tags/v2.0.0
Andrew Belt 5 years ago
parent
commit
9a79c8676a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin.mk

+ 1
- 1
plugin.mk View File

@@ -71,7 +71,7 @@ endif
cd dist && zip -q -9 -r "$(SLUG)"-"$(VERSION)"-$(ARCH).zip "$(SLUG)" cd dist && zip -q -9 -r "$(SLUG)"-"$(VERSION)"-$(ARCH).zip "$(SLUG)"


install: dist install: dist
cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).zip $(RACK_USER_DIR)/plugins-v1/
cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).zip $(RACK_USER_DIR)/plugins-v2/


.PHONY: clean dist .PHONY: clean dist
.DEFAULT_GOAL := all .DEFAULT_GOAL := all

Loading…
Cancel
Save