This commit is contained in:
Gvidas Juknevičius 2025-06-02 10:39:13 +03:00
parent 42b7d798e1
commit d72dd57e6a
Signed by: MCorange
GPG Key ID: 5BE6B533CB76FE86
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
local slabos = require("/slabos")
while true do
local ok, err = pcall(slabos.run)
local ok, err = pcall(slabos.start)
if not ok then
print("slabos crashed, restarting...")
print("error:", err)

View File

@ -1,13 +1,13 @@
{
"version": "1.0.1.0",
"version": "1.0.1.1",
"sys_files": {
"/version.json": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/version.json",
"/app_manifest.json": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/app_manifest.json",
"/slabos.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/slabos.lua",
"/apps.json": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/apps.json",
"/startup.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/startup.lua",
"/base_apps/Updater.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/Updater.lua",
"/base_apps/eCash.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/eCash.lua",
"/base_apps/updater.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/updater.lua",
"/base_apps/App Store.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/base_apps/App Store.lua",
"/lib/libcredit_mobile.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/lib/libcredit_mobile.lua",
"/lib/basalt/plugin.lua": "https://git.mcorangehq.xyz/xomf/slabOS/raw/branch/main/lib/basalt/plugin.lua",