mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
RMG: don't install desktop icon on update on windows
This commit is contained in:
@@ -66,7 +66,7 @@ void InstallUpdateDialog::install(void)
|
||||
" echo == Attemping to kill PID " + appPid + outputToLogLine,
|
||||
" taskkill /F /PID:" + appPid + outputToLogLine,
|
||||
" echo == Attemping to start \'" + fullFilePath + "\'" + outputToLogLine,
|
||||
" \"" + fullFilePath + "\" /CLOSEAPPLICATIONS /NOCANCEL /SILENT /DIR=\"" + appPath + "\"" + outputToLogLine,
|
||||
" \"" + fullFilePath + "\" /CLOSEAPPLICATIONS /NOCANCEL /MERGETASKS=\"!desktopicon\" /SILENT /DIR=\"" + appPath + "\"" + outputToLogLine,
|
||||
")",
|
||||
"IF NOT ERRORLEVEL 0 (",
|
||||
" start \"\" cmd /c \"echo Rosalie's Mupen GUI failed to update, check the updater.log file in the Cache directory for more information && pause\"",
|
||||
|
||||
Reference in New Issue
Block a user