Skip to content

Commit 1ab3153

Browse files
Fix building Windows release builds
1 parent 39cceb0 commit 1ab3153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function Arch
2828

2929
function ReleaseName
3030
{
31-
"$appName-$(Version)-win$(Arch)"
31+
"$appName-$(Version)-win$env:arch"
3232
}
3333

3434
function Archive

0 commit comments

Comments
 (0)