From dd86003f3d101a9ec5a3c232138f0f30af7b5d72 Mon Sep 17 00:00:00 2001 From: Michele Sciabarra Date: Tue, 5 Sep 2023 12:35:17 +0100 Subject: [PATCH] Update setup.ps1 --- bin/windows/setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/windows/setup.ps1 b/bin/windows/setup.ps1 index fc5b2a1..60c45c3 100644 --- a/bin/windows/setup.ps1 +++ b/bin/windows/setup.ps1 @@ -19,5 +19,5 @@ # choco install -y wixtoolset $env:PATH = "C:\Program Files (x86)\WiX Toolset v3.11\bin;" + $env:PATH -$Version = Get-Date -Format 'yyyy.MMdd.HHmm' +$Version = Get-Date -Format 'yy.M.dHH' go-msi make -p wix.json -a amd64 -m nuv.msi -l LICENSE --version $Version --src templates --out $PWD\go-msi-out