Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra authored Sep 5, 2023
1 parent 11b1279 commit dd86003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/windows/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd86003

Please sign in to comment.