ui installer

This commit is contained in:
Robert Jelic
2023-05-14 19:31:44 +02:00
parent 2266f6cc52
commit bd0f22929d
3 changed files with 3167 additions and 3 deletions

3164
docs/bTemp.lua Normal file

File diff suppressed because one or more lines are too long

View File

@@ -419,9 +419,11 @@ function installer.downloadProject(projectDir, branch, ignoreList)
end
function installer.executeUI()
local env = _ENV
env.basalt = installer.get("https://basalt.madefor.cc/bTemp.lua") -- bTemp needs to be replaced later
local ui = installer.get("https://basalt.madefor.cc/ui.lua")
if(ui~=nil)then
load(ui)()
load(ui, "b", env)()
else
error("Unable to connect to https://basalt.madefor.cc/ui.lua")
end

View File

@@ -1,5 +1,3 @@
local basalt = require("BasaltDev2")
local installerPath = "https://basalt.madefor.cc/install.lua"
local installer = require("installer") -- basalts installing api