lib
This commit is contained in:
@@ -56,7 +56,7 @@ luafile = http.get(download_url)
|
||||
if luafile then
|
||||
print("\nLua file downloaded successfully.")
|
||||
|
||||
-- 保存Lua文件 / Save Lua file
|
||||
-- 保存bimg文件 / Save bimg file
|
||||
f = fs.open("demo.bimg", "w")
|
||||
f.write(luafile.readAll())
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user