Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Add manifest.xml to extension bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <[email protected]>
  • Loading branch information
ahmetb committed Oct 20, 2016
1 parent 523d8c6 commit e47d3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bundle: clean binary
@mkdir -p $(BUNDLEDIR)
zip ./$(BUNDLEDIR)/$(BUNDLE) ./$(BINDIR)/$(BIN)
zip -j ./$(BUNDLEDIR)/$(BUNDLE) ./metadata/HandlerManifest.json
zip -j ./$(BUNDLEDIR)/$(BUNDLE) ./metadata/manifest.xml
zip ./$(BUNDLEDIR)/$(BUNDLE) ./scripts/run-in-background.sh
@echo "OK: Use $(BUNDLEDIR)/$(BUNDLE) to publish the extension."
binary:
Expand Down

0 comments on commit e47d3ee

Please sign in to comment.