TUN-4755: Add a windows msi release option to Make

This commit is contained in:
Sudarsan Reddy
2021-07-21 10:31:16 +01:00
parent 8f3526289a
commit 38af26e232
2 changed files with 66 additions and 0 deletions

View File

@@ -227,6 +227,10 @@ homebrew-release: homebrew-upload
release: bin/equinox
bin/equinox release $(EQUINOX_FLAGS) -- $(VERSION_FLAGS) $(IMPORT_PATH)/cmd/cloudflared
.PHONY: build-msi
build-msi:
wixl --define Version=$(VERSION) --define Path=$(EXECUTABLE_PATH) cloudflared.wxs
.PHONY: github-release
github-release: cloudflared
python3 github_release.py --path $(EXECUTABLE_PATH) --release-version $(VERSION)