adonais / skylark

Skylark Editor is written in C, a high performance text/hex editor. Embedded Database-client/Redis-client/Lua-engine. You can run Lua scripts and SQL files directly.
https://sourceforge.net/projects/libportable/files/Skylark/
GNU General Public License v3.0
461 stars 45 forks source link

`skylark -lua` can't see `out/manifest.lua` #116

Closed ghost closed 9 months ago

ghost commented 9 months ago

In test.lua: require("out.manifest")("out"). out directory is in the same directory as test.lua.