Skip to content

Commit

Permalink
Fix building Windows release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Apr 17, 2019
1 parent 39cceb0 commit 1ab3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Arch

function ReleaseName
{
"$appName-$(Version)-win$(Arch)"
"$appName-$(Version)-win$env:arch"
}

function Archive
Expand Down

0 comments on commit 1ab3153

Please sign in to comment.