MisterDA / love-release

:love_letter: Lua script that makes LÖVE game release easier
MIT License
452 stars 27 forks source link

Lua version agnostic #46

Open pablomayobre opened 7 years ago

pablomayobre commented 7 years ago

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 )