Skip to content

Commit

Permalink
Merge pull request PrismLauncher#2948 from TheKodeToad/vc-redist-nore…
Browse files Browse the repository at this point in the history
…start
  • Loading branch information
TayouVR authored Oct 21, 2024
2 parents a8c3a49 + 78e2496 commit ea703ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Section "Visual Studio Runtime"
Pop $0
${If} $0 == "OK"
DetailPrint "Download successful"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart\"
ExecWait "$INSTDIR\vc_redist\$vc_redist_exe /install /passive /norestart"
${Else}
DetailPrint "Download failed with error $0"
${EndIf}
Expand Down

0 comments on commit ea703ba

Please sign in to comment.