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

View file

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