We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c854c44 commit 7e05123Copy full SHA for 7e05123
src/ci/scripts/install-wix.sh
@@ -8,10 +8,10 @@ IFS=$'\n\t'
8
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
9
10
if isWindows; then
11
+ ciCommandSetEnv WIX "$(pwd)/wix"
12
+
13
curl -O "${MIRRORS_BASE}/wix311-binaries.zip"
14
mkdir -p wix/bin
15
cd wix/bin
16
7z x ../../wix311-binaries.zip
-
- ciCommandSetEnv WIX "$(pwd)/wix"
17
fi
0 commit comments