fixed msi
Some checks failed
drawio-export/pipeline/head This commit looks good
drawio-export/pipeline/tag There was a failure building this commit

This commit is contained in:
Алексей Бадяев 2023-04-12 22:51:28 +07:00
parent 50dec0cb60
commit 2aa42b4eb1
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -100,7 +100,7 @@ ifeq ($(OS),Windows_NT)
pkg-msi: ## Create MSI package
@rm -f $(OUTDIR)/$(MSI_FILE)
@mkdir -p $(TMPDIR)
go-msi to-rtf --src LICENSE.txt --out $(TMPDIR)/LICENSE.rtf -e
go-msi to-rtf --src LICENSE --out $(TMPDIR)/LICENSE.rtf -e
go-msi generate-templates --path build/package/msi/wix.json \
--src build/package/msi/templates --out $(TMPDIR) \
--version $(MSI_VERSION) --display $(VERSION) --license tmp/LICENSE.rtf