2021-08-29 10:15:55 +02:00
|
|
|
# Scripts
|
|
|
|
|
|
|
|
Various scripts and configurations used to configure, build, and package Lite XL.
|
|
|
|
|
|
|
|
### Build
|
|
|
|
|
2024-10-22 17:53:17 +02:00
|
|
|
- **build.sh**: Runs meson in a standard way across platforms.
|
2021-08-29 10:15:55 +02:00
|
|
|
|
|
|
|
### Package
|
|
|
|
|
2024-10-22 17:53:17 +02:00
|
|
|
- **package-appdmg.sh**: Create a macOS DMG image using [dmgbuild][1].
|
|
|
|
- **package-appimage.sh**: [AppImage][2] builder.
|
|
|
|
- **package-innosetup.sh**: Creates a 32/64 bit [InnoSetup][3] installer package.
|
2021-08-29 10:15:55 +02:00
|
|
|
|
|
|
|
### Utility
|
|
|
|
|
2024-05-18 01:12:04 +02:00
|
|
|
- **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.
|
2021-08-29 10:15:55 +02:00
|
|
|
|
2023-11-10 02:44:58 +01:00
|
|
|
[1]: https://github.com/dmgbuild/dmgbuild
|
2021-08-29 10:15:55 +02:00
|
|
|
[2]: https://docs.appimage.org/
|
|
|
|
[3]: https://jrsoftware.org/isinfo.php
|