Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into restore-iframe-support
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data committed Feb 26, 2025
2 parents ead0828 + 36872bb commit 26c0761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,11 @@ ifneq ($(HAS_WEBAPP),)
mkdir -p dist/$(PLUGIN_ID)/webapp
cp -r webapp/dist dist/$(PLUGIN_ID)/webapp/
endif
ifeq ($(shell uname),Darwin)
cd dist && tar --disable-copyfile -cvzf $(BUNDLE_NAME) $(PLUGIN_ID)
else
cd dist && tar -cvzf $(BUNDLE_NAME) $(PLUGIN_ID)
endif

@echo plugin built at: dist/$(BUNDLE_NAME)

Expand Down

0 comments on commit 26c0761

Please sign in to comment.