更新speaker.lua地址

This commit is contained in:
HKXluo
2025-11-12 15:07:41 +08:00
parent 93e163525e
commit 6338db3c9d

View File

@@ -4,7 +4,7 @@
local mypath = "/"..fs.getDir(shell.getRunningProgram())
if not fs.exists(mypath.."/lib/basalt.lua") then shell.run("wget https://git.liulikeji.cn/GitHub/Basalt/releases/download/v1.6.3/basalt.lua lib/basalt.lua") end
if not fs.exists(mypath.."/speaker.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/releases/download/v1.0.0/speaker.lua") end
if not fs.exists(mypath.."/speaker.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/raw/branch/1.0.0/speaker.lua") end
--*GUI库导入
basalt = require(mypath.."/lib/basalt")