From 2aa42b4eb1a2ad2a9bcf7b2fed1d81e62d9b55e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Wed, 12 Apr 2023 22:51:28 +0700 Subject: [PATCH] fixed msi --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index efd679e..88c897e 100644 --- a/makefile +++ b/makefile @@ -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