This commit is contained in:
xomf 2024-08-17 22:57:44 -04:00
parent cdda1ae058
commit 2d246ddd92
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
os.reboot() os.reboot()
else else
print("Nothing changed, not updating.") print("Nothing changed, not updating.")
LAST_USED = os.time()
return return
end end
end end

View File

@ -30,6 +30,7 @@ local function checkForUpdate()
os.reboot() os.reboot()
else else
print("Nothing changed, not updating.") print("Nothing changed, not updating.")
LAST_USED = os.time()
return return
end end