diff --git a/rtmc.lua b/rtmc.lua index 03cc899..340da74 100644 --- a/rtmc.lua +++ b/rtmc.lua @@ -425,7 +425,7 @@ rawset(__BUNDLER_FILES, "updater", function () fd.write(body); fd.close(); local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating"; - notifier.notify("default", notif); + notifier.notify("urgent", notif); log.debug("New update written to disk (" .. path .. ")"); end return updater; diff --git a/src/updater.lua b/src/updater.lua index 88a0fef..24bcde4 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -114,7 +114,7 @@ function updater:update(path, url) fd.close(); local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating"; - notifier.notify("default", notif); + notifier.notify("urgent", notif); log.debug("New update written to disk (" .. path .. ")"); end