:3
This commit is contained in:
parent
f0e24ab135
commit
1c6af0a1f9
5
rtmc.lua
5
rtmc.lua
|
@ -347,10 +347,7 @@ rawset(__BUNDLER_FILES, "updater", function ()
|
||||||
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 = {};
|
||||||
c.updated_files["startup.lua"] = {
|
c:addEntry("startup", "main", "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"
|
|
||||||
};
|
|
||||||
return c
|
return c
|
||||||
end
|
end
|
||||||
function updater:addEntry(path, branch, url)
|
function updater:addEntry(path, branch, url)
|
||||||
|
|
|
@ -23,10 +23,7 @@ function updater.new()
|
||||||
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 = {};
|
||||||
c.updated_files["startup.lua"] = {
|
c:addEntry("startup", "main", "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"
|
|
||||||
};
|
|
||||||
return c
|
return c
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user