lite-xl/scripts
Takase 7c5b631ff0
Remove install-dependencies.sh (#1950)
* ci: remove usage of install-dependencies.sh

* ci: use build-box action properly

* readme: add prerequisites section to the quick build guide

* ci: fall back to using step entrypoint

* ci: add ca-certifcates to msys build

* ci: add patch command to msys ci

* scripts: remove install-dependencies.sh

* readme: reword

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

---------

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-11-25 20:32:21 +08: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 Fix multiple continuous release binaries (#1948) 2024-11-16 14:10:24 +08: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
meson.build Move innosetup meson config into scripts directory 2021-09-07 15:03:00 +02:00
package-appimage.sh fix appimage cd error and use static appimage runtime (#1924) 2024-11-15 10:39:11 +08: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.