:3
This commit is contained in:
parent
d99a1ee5bb
commit
efc78c87b7
2
rtmc.lua
2
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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user