mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-05 03:45:35 +00:00
chore(installer/windows): remove parentheses in Virtual Gamepad removal prompt (#3490)
This commit is contained in:
@ -81,7 +81,7 @@ set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS
|
||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\uninstall-service.bat\\\"'
|
||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\sunshine.exe\\\" --restore-nvprefs-undo'
|
||||
MessageBox MB_YESNO|MB_ICONQUESTION \
|
||||
'Do you want to remove Virtual Gamepad)?' \
|
||||
'Do you want to remove Virtual Gamepad?' \
|
||||
/SD IDNO IDNO NoGamepad
|
||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\uninstall-gamepad.bat\\\"'; skipped if no
|
||||
NoGamepad:
|
||||
|
||||
Reference in New Issue
Block a user