mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +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);
|
out << scriptContent.arg(binaryStartingUpdate).arg(tempDirPath).arg(rootPath);
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MAC)
|
#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
|
#endif
|
||||||
scriptFile.close();
|
scriptFile.close();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue