更新 install.lua
This commit is contained in:
10
install.lua
10
install.lua
@@ -1,9 +1,9 @@
|
||||
local basalt
|
||||
local fullPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/release/basalt-full.lua"
|
||||
local corePath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/release/basalt-core.lua"
|
||||
local devPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/src/"
|
||||
local configPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/config.lua"
|
||||
local luaLSPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/BasaltLS.lua"
|
||||
local fullPath = "https://git.liulikeji.cn/GitHub/Basalt2/raw/branch/main/release/basalt-full.lua"
|
||||
local corePath = "https://git.liulikeji.cn/GitHub/Basalt2/raw/branch/main/release/basalt-core.lua"
|
||||
local devPath = "https://git.liulikeji.cn/GitHub/Basalt2/raw/branch/main/src/"
|
||||
local configPath = "https://git.liulikeji.cn/GitHub/Basalt2/raw/branch/main/config.lua"
|
||||
local luaLSPath = "https://git.liulikeji.cn/GitHub/Basalt2/raw/branch/main/BasaltLS.lua"
|
||||
local args = {...}
|
||||
|
||||
local config
|
||||
|
||||
Reference in New Issue
Block a user