From 6338db3c9d25d5367ad76e746aa7aa83069fbd73 Mon Sep 17 00:00:00 2001 From: HKXluo Date: Wed, 12 Nov 2025 15:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0speaker.lua=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- music168.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music168.lua b/music168.lua index 7858693..a50e0a1 100644 --- a/music168.lua +++ b/music168.lua @@ -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")