We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cceb0 commit 1ab3153Copy full SHA for 1ab3153
tools/build_release.ps1
@@ -28,7 +28,7 @@ function Arch
28
29
function ReleaseName
30
{
31
- "$appName-$(Version)-win$(Arch)"
+ "$appName-$(Version)-win$env:arch"
32
}
33
34
function Archive
0 commit comments