MineOS/Extensions/Pkg/Launcher.lua
2019-01-21 09:25:36 +03:00

8 lines
224 B
Lua
Executable File

local path = select(1, ...)
local success, reason = require("Compressor").unpack(path, require("Filesystem").path(path))
if not success then
require("GUI").alert(reason)
end
computer.pushSignal("system", "updateFileList")