Update and rename Main.cpp to Main.cppf

This commit is contained in:
Nayla 2023-04-21 21:42:27 -04:00 committed by GitHub
parent 6b97fda04c
commit d3773ae25c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,7 +265,7 @@ int main(int argc, char* argv[])
QString program = "Plugin/Updater/Updater.exe";
QStringList arguments = "/S";
QProcess *process = new QProcess(this);
QProcess *process = new QProcess();
process->start(program, arguments);
#endif