: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.write(body);
|
||||||
fd.close();
|
fd.close();
|
||||||
local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating";
|
local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating";
|
||||||
notifier.notify("default", notif);
|
notifier.notify("urgent", notif);
|
||||||
log.debug("New update written to disk (" .. path .. ")");
|
log.debug("New update written to disk (" .. path .. ")");
|
||||||
end
|
end
|
||||||
return updater;
|
return updater;
|
||||||
|
|
|
@ -114,7 +114,7 @@ function updater:update(path, url)
|
||||||
fd.close();
|
fd.close();
|
||||||
|
|
||||||
local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating";
|
local notif = "Computer #" .. tostring( os.getComputerID() ) .. " updating";
|
||||||
notifier.notify("default", notif);
|
notifier.notify("urgent", notif);
|
||||||
log.debug("New update written to disk (" .. path .. ")");
|
log.debug("New update written to disk (" .. path .. ")");
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user