This commit is contained in:
2024-08-25 23:11:50 +03:00
parent f0e24ab135
commit 1c6af0a1f9
2 changed files with 2 additions and 8 deletions

View File

@@ -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