lite-xl/resources
George Sokianos 19e95ed791 Fixed ghmarkdown plugin, added tetris plugin, prepare a new release" 2024-03-09 13:11:31 +00:00
..
amiga Fixed ghmarkdown plugin, added tetris plugin, prepare a new release" 2024-03-09 13:11:31 +00:00
cross Cross compiling improvements + macOS universal binary (#1458) 2023-08-19 12:42:31 +08:00
icons Fix the size and blurriness of the icon on OSX (#553) 2021-10-02 18:39:22 +02:00
include Merge branch 'v2.1.3-upstream' into amiga2.1 2024-02-11 16:02:19 +00:00
linux Merge branch 'v2.1.3-upstream' into amiga2.1 2024-02-11 16:02:19 +00:00
macos refactor(build): use dmgbuild to create dmgs (#1664) 2023-12-26 13:16:33 +00:00
windows Merge branch 'v2.1.3-upstream' into amiga2.1 2024-02-11 16:02:19 +00:00
README.md refactor(build): use dmgbuild to create dmgs (#1664) 2023-12-26 13:16:33 +00:00

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 generating info.plist on macOS. See macos/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 of lite_xl_plugin_api.h for more details.