This commit is contained in:
Gvidas Juknevičius 2024-08-25 22:06:55 +03:00
parent a569de2b4f
commit c31606c5bc
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
2 changed files with 2 additions and 0 deletions

View File

@ -338,6 +338,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function ()
c.threshold = ((20*60)/24/60) * 5; c.threshold = ((20*60)/24/60) * 5;
c.api_url = "https://git.mcorangehq.xyz/api/v1/repos/xomf/keypadOS"; c.api_url = "https://git.mcorangehq.xyz/api/v1/repos/xomf/keypadOS";
c.curr_commit_hash = ""; c.curr_commit_hash = "";
c.updated_files = {};
c.updated_files["startup.lua"] = { c.updated_files["startup.lua"] = {
url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua", url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua",
branch = "main" branch = "main"

View File

@ -21,6 +21,7 @@ function updater.new()
c.threshold = ((20*60)/24/60) * 5; c.threshold = ((20*60)/24/60) * 5;
c.api_url = "https://git.mcorangehq.xyz/api/v1/repos/xomf/keypadOS"; c.api_url = "https://git.mcorangehq.xyz/api/v1/repos/xomf/keypadOS";
c.curr_commit_hash = ""; c.curr_commit_hash = "";
c.updated_files = {};
c.updated_files["startup.lua"] = { c.updated_files["startup.lua"] = {
url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua", url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua",
branch = "main" branch = "main"