lite-xl/resources
Takase a4561e76ad
ci: fix diff files having "wrong" path separator (#1648)
* ci: fix diff files having "wrong" path separator

* ci(build): use git bash to apply patches

* ci(build): fix step wording

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>

---------

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-10-20 03:09:51 +02:00
..
cross Cross compiling improvements + macOS universal binary (#1458) 2023-04-11 11:33:34 -04:00
icons Fix the size and blurriness of the icon on OSX (#553) 2021-10-02 18:39:22 +02:00
include refactor(plugin_api): move the header into include/ (#1440) 2023-04-14 15:45:46 -04:00
linux Change AppID (#1187) 2023-06-09 09:18:02 -04:00
macos Reorganize resources/ + wasm target (#1244) 2023-01-09 17:50:26 -04:00
windows ci: fix diff files having "wrong" path separator (#1648) 2023-10-20 03:09:51 +02:00
README.md Change AppID (#1187) 2023-06-09 09:18:02 -04: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/appdmg.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.
  • 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.