mirror of
https://github.com/kepler155c/opus
synced 2025-11-07 11:03:02 +00:00
fix lua path, mwm, cleanup injector
This commit is contained in:
@@ -65,7 +65,7 @@ local function run(env, ...)
|
||||
end
|
||||
|
||||
if isUrl then
|
||||
tProgramStack[#tProgramStack + 1] = path:match("^https?://([^/:]+:?[0-9]*/?.*)$")
|
||||
tProgramStack[#tProgramStack + 1] = path -- path:match("^https?://([^/:]+:?[0-9]*/?.*)$")
|
||||
else
|
||||
tProgramStack[#tProgramStack + 1] = path
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user