lite-xl/scripts
Takase 3fe64609e7
Install plugins with lpm inside meson (#1951)
* meson: install plugins with lpm

* meson: add cachedir as output

* build.sh: fix bash syntax error

* build.sh: only copy datadir when PGO is enabled

* build.sh: properly install files with meson install

* build.sh: install macOS bundle files with .app suffix

* ci: copy bundle and portable files correctly

* package-dmg: remove extraneous steps

* ci: fix wrong bundle path

* build.sh: force reconfigure bundle=false if bundle is not explicitly given

* build.sh: move wrong bundle=true assignment to the right place

* ci: remove -a flag from cp command

* ci: use xargs and find -print0 to omit spaces in find output

* ci: specify correct path to Info.plist

* ci: correctly run dmgbuild

* dmgbuild: get application path from command line

* ci: organize dmgbuild arguments

* ci: properly escape arguments

* ci: finally correctly specify yaml string

* ci: don't copy Info.plist again

* build.sh: don't install any plugins if -A is not specified

* build.sh: use the latest release from github
2024-11-25 13:39:48 +01: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 Install plugins with lpm inside meson (#1951) 2024-11-25 13:39:48 +01: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-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.