mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Update Main.cpp
This commit is contained in:
parent
545712c535
commit
61a7605673
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
QString program = "Plugin/Updater/Updater.exe";
|
QString program = "Plugin/Updater/Updater.exe";
|
||||||
QStringList arguments = "/S"
|
QStringList arguments = "/S";
|
||||||
|
|
||||||
QProcess *process = new QProcess(this);
|
QProcess *process = new QProcess(this);
|
||||||
process->start(program, arguments);
|
process->start(program, arguments);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue