Skip to content

Commit

Permalink
Merge pull request #3177 from telepresenceio/shepz/fix-wix
Browse files Browse the repository at this point in the history
Fix wix command in Makefile
  • Loading branch information
shepz authored May 11, 2023
2 parents f77b815 + a72af8f commit 5ac5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private-registry: $(tools/helm) ## (Test) Add a private docker registry to the c
kubectl wait --for=condition=ready pod --all
kubectl port-forward daemonset/private-registry-proxy 5000:5000 > /dev/null &

WIX_VERSION != cut -d "-" -f 1 <<< $(TELEPRESENCE_VERSION)
WIX_VERSION = $(shell echo $(TELEPRESENCE_VERSION) | sed 's/v//;s/-.*//')
.PHONY: wix
wix:
sed s/TELEPRESENCE_VERSION/$(WIX_VERSION)/ packaging/telepresence.wxs.in > packaging/telepresence.wxs
Expand Down

0 comments on commit 5ac5856

Please sign in to comment.