ers35 / luastatic

Build a standalone executable from a Lua program.
Creative Commons Zero v1.0 Universal
775 stars 41 forks source link

Fix entry point loading if the file is not in current dir #12

Closed mpeterv closed 7 years ago

mpeterv commented 7 years ago

dotpath_noextension is used as key in the bundle table when putting modules there, use it to retrieve main module as well. basename_noextension may be different from it if the main module file is inside a directory.