Skip to content

Commit 0379c7c

Browse files
committed
Delimit the version string in Zip file with '_'
1 parent eff2750 commit 0379c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Make-Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ catch {
5757

5858

5959

60-
$PkgDir = "build\" + "AutoTx" + "-" + $BuildCommit + "_x64"
60+
$PkgDir = "build\" + "AutoTx" + "_" + $BuildCommit + "_x64"
6161
$PkgZip = $PkgDir + '.zip'
6262
$BinariesDirService = RelToAbs "..\ATxService\bin\$($BuildConfiguration)"
6363
$BinariesDirTrayApp = RelToAbs "..\ATxTray\bin\$($BuildConfiguration)"

0 commit comments

Comments
 (0)