diff --git a/Makefile b/Makefile index 417dad1..140aea5 100644 --- a/Makefile +++ b/Makefile @@ -262,7 +262,7 @@ ifneq ($(HAS_WEBAPP),) mkdir -p dist/$(PLUGIN_ID)/webapp cp -r webapp/dist dist/$(PLUGIN_ID)/webapp/ endif - cd dist && tar -cvzf $(BUNDLE_NAME) -C $(PLUGIN_ID) . + cd dist && tar -cvzf $(BUNDLE_NAME) $(PLUGIN_ID) @echo plugin built at: dist/$(BUNDLE_NAME)