Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-11-28 20:42:37 +0300
committerRobert Adam <dev@robert-adam.de>2021-11-28 20:42:37 +0300
commitcd8ae5f71d052fd21086e9d9e0cf9697c68f964c (patch)
treefa992d32213d16c25c80975b1c62d64af8f75784 /.ci
parent4de58eb0969956cc0523408ac80f80cd3705089c (diff)
BUILD(windows): Update WixSharp to latest release
Diffstat (limited to '.ci')
-rw-r--r--.ci/install-environment_windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install-environment_windows.ps1 b/.ci/install-environment_windows.ps1
index 937e19463..23de598dc 100644
--- a/.ci/install-environment_windows.ps1
+++ b/.ci/install-environment_windows.ps1
@@ -121,7 +121,7 @@ Move-Item -Path "G15SDK/LCDSDK" -Destination "$SOURCE_DIR/3rdparty/g15"
Write-Host "Downloading WixSharp..."
-Download -source "https://github.com/oleg-shilo/wixsharp/releases/download/v1.16.2.0/WixSharp.1.16.2.0.7z" -destination "WixSharp.7z"
+Download -source "https://github.com/oleg-shilo/wixsharp/releases/download/v1.19.0.0/WixSharp.1.19.0.0.7z" -destination "WixSharp.7z"
Write-Host "Exracting WixSharp to C:/WixSharp..."
Invoke-Command 7z x "WixSharp.7z" "-oC:/WixSharp"