🐛 debug windows action

This commit is contained in:
Tw93
2025-08-27 09:39:53 +08:00
parent 526e6635f1
commit 6df6f300c8
2 changed files with 190 additions and 106 deletions

View File

@@ -134,7 +134,7 @@ jobs:
# Download and install WIX Toolset v3.11
Invoke-WebRequest -Uri "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe" -OutFile "wix311.exe"
Start-Process -FilePath "wix311.exe" -ArgumentList "/quiet" -Wait
# Add WIX to PATH
$wixPath = "${env:ProgramFiles(x86)}\WiX Toolset v3.11\bin"
if (Test-Path $wixPath) {