You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for that. That little tidbit would have been really handy two years ago! The installer has been quite a journey. There is some code in there that used to run the LuaRocks install script but I could never get any command line parameters passed. I was trying to embed paths in in a batch file (ugh). I wanted to try embedding Lua in an installer so that's why I went down the neolua road, but it's very non-portable so I will keep this in mind. Thanks!
The installer(s) may provide execution of *.lua with a shell.open.command.
E.g.:
The last %* is essential to allow Lua-Script to recieve command arguments.
The text was updated successfully, but these errors were encountered: