Skip to content

Commit

Permalink
a PR to create a patch release 2.5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Dec 18, 2024
1 parent 8f16630 commit 9c16c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ADV_INST_HOME = "C:\Program Files (x86)\Caphyon\Advanced Installer ${ADV_INST_V
$SIGNTOOL="${ADV_INST_HOME}\third-party\winsdk\x64\signtool.exe"
$ADVINST = "${ADV_INST_HOME}\bin\x86\AdvancedInstaller.com"
$ADVPROJECT = "${scriptPath}\ZitiDesktopEdge.aip"
$ZITI_EDGE_TUNNEL_VERSION="v1.2.5"
$ZITI_EDGE_TUNNEL_VERSION="v1.1.4.2"

echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
Expand Down

0 comments on commit 9c16c0c

Please sign in to comment.