3fe64609e7
* 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 |
||
---|---|---|
.. | ||
innosetup | ||
keymap-generator | ||
README.md | ||
build.sh | ||
common.sh | ||
fontello-config.json | ||
generate-release-notes.sh | ||
generate_header.sh | ||
meson.build | ||
package-appimage.sh | ||
package-innosetup.sh |
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.