This commit is contained in:
DanielSvoboda 2024-10-07 16:50:30 -03:00
parent 6b69cb7c67
commit 1f50edcf94

View file

@ -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();