This commit is contained in:
Robert Jelic
2025-02-18 19:40:30 +01:00
parent 759d55f96a
commit 59b1f734e7
3 changed files with 63 additions and 7 deletions

View File

@@ -22,7 +22,11 @@ basalt._events = {}
basalt._schedule = {}
basalt._plugins = {}
basalt.LOGGER = require("log")
basalt.path = fs.getDir(select(2, ...))
if(minified)then
basalt.path = fs.getDir(shell.getRunningProgram())
else
basalt.path = fs.getDir(select(2, ...))
end
local mainFrame = nil
local updaterActive = false