Skip to content

Commit 0ce4143

Browse files
committed
Windows CI: fix Inno Setup x86 path resolution
1 parent fd37429 commit 0ce4143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/build_installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ powershell -ExecutionPolicy Bypass -File windows/build_windows.ps1
77

88
$candidates = @(
99
"$env:ProgramFiles\Inno Setup 6\ISCC.exe",
10-
"$env:ProgramFiles(x86)\Inno Setup 6\ISCC.exe"
10+
"${env:ProgramFiles(x86)}\Inno Setup 6\ISCC.exe"
1111
)
1212

1313
$iscc = $null

0 commit comments

Comments
 (0)