Skip to content

Commit c111beb

Browse files
committed
test 21
1 parent 022317c commit c111beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
Write-Host $env:PATH
4343
Invoke-WebRequest https://deac-riga.dl.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11-setup.exe?viasf=1 -OutFile C:\WINDOWS\Temp\nsis-3.11-setup.exe
4444
Get-Item C:\WINDOWS\Temp\nsis-3.11-setup.exe | Format-List
45-
$process = Start-Process "C:\WINDOWS\Temp\nsis-3.11-setup.exe" -ArgumentList "\S" -Wait -PassThru
45+
$process = Start-Process "C:\WINDOWS\Temp\nsis-3.11-setup.exe" -ArgumentList "/S" -Wait -PassThru
4646
$exitCode = $process.ExitCode
4747
if ($exitCode -eq 0) {
4848
Write-Host "Installer ran successfully."

0 commit comments

Comments
 (0)