Skip to content

Commit

Permalink
Change Zip filename to be inline with previous release naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Nov 13, 2024
1 parent d22045b commit d1ccfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Make-Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ catch {



$PkgDir = "build\" + "AutoTx" + "__" + $BuildCommit
$PkgDir = "build\" + "AutoTx" + "-" + $BuildCommit + "_x64"
$PkgZip = $PkgDir + '.zip'
$BinariesDirService = RelToAbs "..\ATxService\bin\$($BuildConfiguration)"
$BinariesDirTrayApp = RelToAbs "..\ATxTray\bin\$($BuildConfiguration)"
Expand Down

0 comments on commit d1ccfb5

Please sign in to comment.