mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
+
This commit is contained in:
parent
6b69cb7c67
commit
1f50edcf94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue