lite-xl/scripts
Adam Harrison 38d18395cb Lock LPM version. 2024-10-22 13:03:56 -04:00
..
innosetup Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
keymap-generator Keymap generator (#503) 2021-11-08 12:44:09 +08:00
README.md Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
build.sh Lock LPM version. 2024-10-22 13:03:56 -04:00
common.sh Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
fontello-config.json Configurable statusview icon (#1617) 2024-09-03 13:42:55 -04:00
generate-release-notes.sh resources,scripts: use gh cli to fetch the correct release tags 2024-06-30 07:19:27 +08:00
generate_header.sh Getting ready for 2.1. (#1181) 2022-11-02 03:38:58 +01:00
install-dependencies.sh Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
meson.build Move innosetup meson config into scripts directory 2021-09-07 15:03:00 +02:00
package-appimage.sh Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
package-dmg.sh Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00
package-innosetup.sh Streamlined and simplified CI, and made it use lpm to install addons. (#1649) 2024-10-22 17:53:17 +02:00

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.