From 216aaeed0e7b9c42281fc73b1cb983ce7d28c54b Mon Sep 17 00:00:00 2001 From: MCorange Date: Sun, 25 Aug 2024 22:14:51 +0300 Subject: [PATCH] :3 --- rtmc.lua | 1 + src/updater.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/rtmc.lua b/rtmc.lua index 394e438..3a276c5 100644 --- a/rtmc.lua +++ b/rtmc.lua @@ -356,6 +356,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function () for path, entry in pairs(self.updated_files) do if self:check(entry.branch) then self:update(path, entry.url); + log.info("Updated!"); os.reboot(); end end diff --git a/src/updater.lua b/src/updater.lua index 15f661e..4d744f1 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -41,6 +41,7 @@ function updater:checkAndUpdateAll() for path, entry in pairs(self.updated_files) do if self:check(entry.branch) then self:update(path, entry.url); + log.info("Updated!"); os.reboot(); end end