This commit is contained in:
Ly-sec 2025-08-31 15:00:56 +02:00
commit ab5b877dc3
24 changed files with 175 additions and 75 deletions

View file

@ -141,7 +141,7 @@ Singleton {
onExited: function (exitCode) {
if (exitCode === 0 && updateInProgress) {
// Success indicators found
console.log("ArchUpdater: Update completed successfully")
Logger.log("ArchUpdater", "Update completed successfully")
updateInProgress = false
updateFailed = false
updateCompleteTimer.stop()