Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6338db3c9d |
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user