MineOS/Extensions/Arc/Launcher.lua
Igor Timofeev e8bf32eead такс
2018-06-28 20:29:50 +03:00

8 lines
243 B
Lua
Executable File

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