1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 14:18:06 +00:00

packages stored in compressed state - experimental (with config option)

This commit is contained in:
kepler155c@gmail.com
2020-06-03 20:40:48 -06:00
parent 6009f22d8e
commit 6a3b38922b
5 changed files with 449 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ local function loadDirectory(dir)
return plugins
end
local programDir = fs.getDir(shell.getRunningProgram())
local programDir = fs.getDir(_ENV.arg[0])
local plugins = loadDirectory(fs.combine(programDir, 'system'), { })
local page = UI.Page {