As discussed in the forums, love-release script doesn't depend on the Lua version itself, it would be better to target any Lua version equal or greater than 5.1.
This would mean:
Also currently the tests are empty... So that is something that should be completed too
And lastly but not least, working with different Lua versions means that conf.lua will be executed in versions different to the one used in LÖVE. This should be taken into account (to begin with, we could spit a warning... later on we should move to a new config file as discussed in #40 and #27 )
As discussed in the forums, love-release script doesn't depend on the Lua version itself, it would be better to target any Lua version equal or greater than 5.1.
This would mean:
--stdflag tomaxAlso currently the tests are empty... So that is something that should be completed too
And lastly but not least, working with different Lua versions means that
conf.luawill be executed in versions different to the one used in LÖVE. This should be taken into account (to begin with, we could spit a warning... later on we should move to a new config file as discussed in #40 and #27 )conf.lua/ New configuration file