aboutsummaryrefslogtreecommitdiff
path: root/scripts/start.lua.in
AgeCommit message (Collapse)Author
2021-08-12Use the start.lua file in data/core as a templateFrancesco Abbate
Instead of having a separate start.lua.in file in the scripts directory and no start.lua file in data/core we use the file data/core/start.lua as a template for Meson to generate the final start.lua file for release. In this way people naturally trying to run lite-xl from the source folder will have a start.lua file albeit without a resolved version number. Otherwise, when using run-local script or the meson install command the meson-generated start.lua file will be used as it should be.
2021-08-09Updated Meson configurationredtide
- Added version and license metadata - Configuration data to be used in configured files to set metadata - Portable binary and directories in the main install directory - Binary file installed in correct places for all supported platforms - Freedesktop AppStream support - Added missing files install rules