mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
+
This commit is contained in:
parent
6b69cb7c67
commit
1f50edcf94
@ -528,7 +528,7 @@ void CheckUpdate::Install() {
|
||||
out << scriptContent.arg(binaryStartingUpdate).arg(tempDirPath).arg(rootPath);
|
||||
#endif
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MAC)
|
||||
out << scriptContent.arg(StartingUpdate).arg(tempDirPath).arg(rootPath);
|
||||
out << scriptContent.arg(startingUpdate).arg(tempDirPath).arg(rootPath);
|
||||
#endif
|
||||
scriptFile.close();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user