: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.curr_commit_hash = "";
|
||||
c.updated_files = {};
|
||||
c.updated_files["startup.lua"] = {
|
||||
url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua",
|
||||
branch = "main"
|
||||
};
|
||||
c:addEntry("startup", "main", "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua");
|
||||
return c
|
||||
end
|
||||
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.curr_commit_hash = "";
|
||||
c.updated_files = {};
|
||||
c.updated_files["startup.lua"] = {
|
||||
url = "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua",
|
||||
branch = "main"
|
||||
};
|
||||
c:addEntry("startup", "main", "https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/rtmc.lua");
|
||||
return c
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user