82d78350e2
* Streamlined and simplified CI, and made it use lpm to install addons. Removed universal-dmg packager, as it is not necessary under the new workflow; a regular fat binary being packaged with the normal dmg works. Incoprorated Guldo's suggestions. Fixed minor issue. Fixed slight issues. Reverted to master. Fixed nit. Split up packaging steps. Sigh,. ? Fixed up x86 build. Split Mac into two workers with a matrix. Sigh. Removed unecessary lines. More descriptive name. Split arch workflow for Mac. Syntax error. Spaced things out. Fixed mac build. Removed unecessary steps. Takase's suggestions. Removed unecessary `..`. Modified patch to reference the new lua version (hopefully no other modifications needed). Restored logic to create bundle. New release workflow. Changed to welcome plugin. Changed build. Added in package-portable to make this easier. Corrected compiling arch. Harmonized formats. Remove package portable. Fixed universal build. Fix mispelling. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. Sigh. * Expanded things as per Takase's request. * Renamed Mac to Darwin. * Fixed missing variable. |
||
---|---|---|
.. | ||
innosetup | ||
keymap-generator | ||
README.md | ||
build.sh | ||
common.sh | ||
fontello-config.json | ||
generate-release-notes.sh | ||
generate_header.sh | ||
install-dependencies.sh | ||
meson.build | ||
package-appimage.sh | ||
package-dmg.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.