Skip to content

Commit

Permalink
Fixed bogus installer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 7, 2022
1 parent a48de93 commit 0c0183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set GPGKEY=A989AAAA
set PYTHONOPTIMIZE=1

if [%CI_HASH%] == [] (
set PREFIX=hudman_%RELVER%
set PREFIX=wloc_%RELVER%
) else (
set PREFIX=snapshot_%CI_HASH%
)
Expand Down

0 comments on commit 0c0183f

Please sign in to comment.