lite-xl/scripts
Takase 872364ded3
Configurable statusview icon (#1617)
* docs(core.statusview): fix item.visible being mandatory

* feat: make the line icon configurable

* fix: empty icons

* fix: use user specified font

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

* fix: never draw anything if disabled

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

* fix: always add stonks icon

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

* feat: add rgb functionality

* fix: reduce number of color changes

---------

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2024-09-03 13:42:55 -04:00
..
innosetup scripts: not hardcode MSYSTEM (#1739) 2024-03-07 01:21:46 +01:00
keymap-generator Keymap generator (#503) 2021-11-08 12:44:09 +08:00
README.md Generate release notes (#1774) 2024-05-18 07:12:04 +08:00
appdmg.sh refactor(build): use dmgbuild to create dmgs (#1664) 2023-11-10 02:44:58 +01:00
appimage.sh Change AppID (#1187) 2023-06-09 09:18:02 -04:00
build.sh fix(ci,build.sh): un-hardcode lua subproject detection 2023-11-30 11:19:18 +08:00
common.sh scripts: not hardcode MSYSTEM (#1739) 2024-03-07 01:21:46 +01: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 refactor(build): use dmgbuild to create dmgs (#1664) 2023-11-10 02:44:58 +01:00
lhelper.sh Adapt build job to lhelper-2 2022-06-30 09:42:01 +02:00
make-universal-binaries.sh ci: use latest macos images (#1804) 2024-06-18 11:38:41 +08:00
meson.build Move innosetup meson config into scripts directory 2021-09-07 15:03:00 +02:00
package.sh ci: use latest macos images (#1804) 2024-06-18 11:38:41 +08:00
repackage.sh Directly link to our repo 2021-12-19 18:13:19 +01:00
run-local Fix macOS build issue with recent commit 2021-08-19 14:33:39 -07:00

README.md

Scripts

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

Build

  • build.sh
  • build-packages.sh: In root directory, as all in one script; relies to the ones in this directory.

Package

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

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.