mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 23:51:49 +01:00
Removed deprecated flag for updater. Now set updater to auto launch DS4Windows after update
Related to issue #217.
This commit is contained in:
parent
4cb0548947
commit
fa69b8cd1f
@ -710,7 +710,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
|
|
||||||
Process p = new Process();
|
Process p = new Process();
|
||||||
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
|
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
|
||||||
p.StartInfo.Arguments = "-skipLang";
|
p.StartInfo.Arguments = "-autolaunch";
|
||||||
if (AdminNeeded())
|
if (AdminNeeded())
|
||||||
p.StartInfo.Verb = "runas";
|
p.StartInfo.Verb = "runas";
|
||||||
|
|
||||||
@ -2017,7 +2017,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
|
|
||||||
Process p = new Process();
|
Process p = new Process();
|
||||||
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
|
p.StartInfo.FileName = exepath + "\\DS4Updater.exe";
|
||||||
p.StartInfo.Arguments = "-skipLang";
|
p.StartInfo.Arguments = "-autolaunch";
|
||||||
if (AdminNeeded())
|
if (AdminNeeded())
|
||||||
p.StartInfo.Verb = "runas";
|
p.StartInfo.Verb = "runas";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user