lite-xl/scripts
Francesco Abbate f69e42a43c Bring back pgo option in new build package script 2021-09-05 15:43:22 +02:00
..
innosetup Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
README.md Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
appdmg.sh CI and custom build script utilities 2021-08-12 22:07:38 +02:00
appimage.sh Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
build.sh Bring back pgo option in new build package script 2021-09-05 15:43:22 +02:00
common.sh Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
fontello-config.json Renamed dev-utils directory to scripts 2021-06-24 22:53:14 +02:00
install-dependencies.sh Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
lhelper.sh Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
meson.build Move innosetup meson config into scripts directory 2021-09-04 18:15:07 +02:00
package.sh Adapt all scripts to work together with build-packages.sh 2021-09-05 15:23:08 +02:00
repackage.sh Renamed dev-utils directory to scripts 2021-06-24 22:53:14 +02: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 AppDMG.
  • 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.