diff --git a/init.lua b/init.lua index 64ddbf10..7386be0c 100644 --- a/init.lua +++ b/init.lua @@ -22,7 +22,7 @@ end g_resources.addSearchPath(g_resources.getWorkDir() .. "mods", true) -- setup directory for saving configurations -g_resources.setupUserWriteDir(g_app.getCompactName()) +g_resources.setupUserWriteDir(('%s/'):format(g_app.getCompactName())) -- search all packages g_resources.searchAndAddPackages('/', '.otpkg', true) @@ -52,4 +52,4 @@ local script = '/' .. g_app.getCompactName() .. 'rc.lua' if g_resources.fileExists(script) then dofile(script) -end \ No newline at end of file +end