Skip to content

Commit 6961e44

Browse files
committed
WiX
1 parent 9766483 commit 6961e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
New-Item -ItemType directory KinectSDK-v1.8 | Out-Null
3232
wget "https://download.microsoft.com/download/E/1/D/E1DEC243-0389-4A23-87BF-F47DE869FC1A/KinectSDK-v1.8-Setup.exe" -OutFile KinectSDK-v1.8-Setup.exe
33-
& "C:\Program Files (x86)\WiX Toolset v3.11\bin\dark.exe" KinectSDK-v1.8-Setup.exe -x KinectSDK-v1.8
33+
& "C:\Program Files (x86)\WiX Toolset v3.14\bin\dark.exe" KinectSDK-v1.8-Setup.exe -x KinectSDK-v1.8
3434
Start-Process msiexec -ArgumentList "/a ${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\KinectSDK-v1.8-x64.msi /qn TARGETDIR=${{ github.workspace }}\KinectSDK-v1.8\AttachedContainer\SDK18" -Wait -NoNewWindow
3535
3636
- name: Add MSBuild to PATH

0 commit comments

Comments
 (0)