MineOS/Extensions/Arc/Launcher.lua
Igor Timofeev d3b246b381 ))
2018-06-12 12:30:15 +03:00

9 lines
242 B
Lua
Executable File

local args = {...}
local success, reason = require("archive").unpack(args[1], require("filesystem").path(args[1]))
if not success then
require("GUI").alert(reason)
end
require("computer").pushSignal("MineOSCore", "updateFileList")