Skip to content

Commit

Permalink
Makefile: add "dist-webui-zip" target
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar authored and bertfrees committed Feb 2, 2022
1 parent 570662c commit e7e0d65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ dist-docker-image : assembly/.compile-dependencies | .maven-init .group-eval
.PHONY : dist-cli-deb
dist-cli-deb : cli-$(cli/VERSION)-linux_386.deb

.PHONY : dist-webui-zip
dist-webui-zip : assembly/.compile-dependencies
# see webui README for instructions on how to make a signed package for distribution
cd webui && \
./activator -Dmvn.settings.localRepository="file:$(CURDIR)/$(MVN_WORKSPACE)" clean universal:packageBin | $(MVN_LOG)
mv webui/target/universal/*zip .


.PHONY : dist-webui-deb
dist-webui-deb : assembly/.compile-dependencies
# see webui README for instructions on how to make a signed package for distribution
Expand Down

0 comments on commit e7e0d65

Please sign in to comment.