使用 Lua 编写的轻量文本编辑器。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Takase ee7f3383a0
build.sh: build SDL3 with CMake (#2060)
2 months ago
..
innosetup Update InnoSetup files (#1988) 4 months ago
keymap-generator Keymap generator (#503) 4 years ago
README.md Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 9 months ago
build.sh build.sh: build SDL3 with CMake (#2060) 2 months ago
common.sh common.sh: support OSTYPE == cygwin for MSYS2 (#2028) 5 months ago
fontello-config.json Configurable statusview icon (#1617) 11 months ago
generate-release-notes.sh resources,scripts: use gh cli to fetch the correct release tags 1 year ago
generate_header.sh Getting ready for 2.1. (#1181) 3 years ago
meson.build Move innosetup meson config into scripts directory 4 years ago
package-appimage.sh fix appimage cd error and use static appimage runtime (#1924) 8 months ago
package-innosetup.sh Update InnoSetup files (#1988) 4 months ago

README.md

Scripts

Various scripts and configurations used to configure, build, and package Lite XL.

Build

  • build.sh: Runs meson in a standard way across platforms.

Package

  • package-appdmg.sh: Create a macOS DMG image using dmgbuild.
  • package-appimage.sh: AppImage builder.
  • package-innosetup.sh: Creates a 32/64 bit InnoSetup installer package.

Utility

  • common.sh: Common functions used by other scripts.
  • install-dependencies.sh: Installs required applications to build, package and run Lite XL, mainly useful for CI and documentation purpose. Preferably not to be used in user systems.
  • fontello-config.json: Used by the icons generator.
  • generate_header.sh: Generates a header file for native plugin API
  • keymap-generator: Generates a JSON file containing the keymap
  • generate-release-notes.sh: Generates a release note for Lite XL releases.