52d224ac6b
* feat(subprojects): update SDL2 wrap * fix(meson.build): add sdl2main as dependency on Windows * fix(meson.build): don't load sdl2main on non-Windows platforms * feat(subprojects): update freetype version * feat(subprojects): update pcre2 to latest version * feat(subprojects): update lua to latest version * feat(lite_xl_plugin_api): add lua_closethread to symbols list * fix(meson.build): fix meson error with features and booleans * fix(meson.build): fix wrong variable name * feat(subprojects): update wraps again * ci(build): fix lua subproject not found * ci(build): use awk instead of grep and sed |
||
---|---|---|
.. | ||
cross | ||
icons | ||
include | ||
linux | ||
macos | ||
windows | ||
README.md |
README.md
Resources
This folder contains resources that is used for building or packaging the project.
Build
cross/*.txt
: Meson cross files for cross-compiling lite-xl on other platforms.
Packaging
icons/icon.{icns,ico,inl,rc,svg}
: lite-xl icon in various formats.linux/com.lite_xl.LiteXL.appdata.xml
: AppStream metadata.linux/com.lite_xl.LiteXL.desktop
: Desktop file for Linux desktops.macos/dmg-cover.png
: Background image for packaging macOS DMGs.macos/Info.plist.in
: Template for generatinginfo.plist
on macOS. Seemacos/macos-retina-display.md
for details.macos/lite-xl-dmg.py
: Configuration options for dmgbuild for packaging macOS DMGs.windows/001-lua-unicode.diff
: Patch for allowing Lua to load files with UTF-8 filenames on Windows.
Development
include/lite_xl_plugin_api.h
: Native plugin API header. See the contents oflite_xl_plugin_api.h
for more details.