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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user