Fix command location and name:

This commit is contained in:
Folkert Kevelam 2025-08-28 20:18:18 +02:00
parent cd04fd0c8b
commit 04820b6fe1

View File

@ -80,7 +80,7 @@ function module.setup()
local base_location = cwd:gsub("lua/MarkdownPreviewer", "")
o.cmd = {
base_location .. "Server/test.pex",
base_location .. "MarkdownPreviewer.pex",
"--base",
base_location
}