lite-xl/scripts
Takase 6ad288aa39 Cross compiling improvements + macOS universal binary (#1458)
* chore(resources): rename macos_arm64.txt to macos-arm64.txt
   This matches the platform-arch convention like many other parts of the project.
* chore(resources/cross): rename wasm.txt to unknown-wasm32.txt
* refactor(scripts/common.sh): use parameter expansion instead of if else
* feat(scripts/common.sh): support custom arch and platform for get_default_build_dir
* feat(scripts/build.sh): add --cross-platform, --cross-arch and --cross-file
* feat(scripts/package.sh): add --cross-platform and --cross-arch
* feat(build-packages.sh): add support for new options in build.sh and packages.sh
* ci(build): make arm64 binaries in CI
* ci(build): do not install external libraries
* ci(build): fix invalid artifact name
* ci(build): fix INSTALL_NAME
* ci(build): change name for macos artifacts
* ci(build): add script to build universal dmgs from individual dmgs
* ci(build): build universal dmgs
* fix(make-universal-binaries): fix wrong path for hdiutil
* ci(build): rename macos action
* fix(make-universal-binaries.sh): fix wrong pathname for ditto
* ci(release): build macos universal binaries
* ci(release): remove useless variables
* ci(release): fix wrong dependency
* ci(build): fix old ubuntu version
   This version will be restored once I complete some container-specific fixes.
* ci(build): make build_macos_universal depend on release
* ci(build): fix wrong dmg dir
* style(ci): capitalize 'universal' for CI name
* fix(make-universal-binaries.sh): fix truncated dmg name when it contains dots
* ci: styling changes
* ci(release): install appdmg only
2023-08-07 14:50:58 +01:00
..
innosetup innosetup changes 2023-01-08 20:52:15 +00:00
keymap-generator Keymap generator (#503) 2021-11-08 12:44:09 +08:00
README.md Merge branch 'master' into plugin_api_h_fix 2021-12-05 22:11:47 -05:00
appdmg.sh CI and custom build script utilities 2021-08-12 22:07:38 +02:00
appimage.sh Added Release Workflow and Fixed some build script issues (#1013) 2022-09-25 16:59:01 -04:00
build.sh Cross compiling improvements + macOS universal binary (#1458) 2023-08-07 14:50:58 +01:00
common.sh Cross compiling improvements + macOS universal binary (#1458) 2023-08-07 14:50:58 +01:00
fontello-config.json draw lite-xl icon in TitleView (#1143) 2022-10-10 11:05:30 -04:00
generate_header.sh Getting ready for 2.1. (#1181) 2022-11-02 03:38:58 +01:00
install-dependencies.sh ci: fix msys build now requiring ca-certificates (#1348) 2023-08-07 14:50:58 +01:00
lhelper.sh Adapt build job to lhelper-2 2022-06-30 09:42:01 +02:00
make-universal-binaries.sh Cross compiling improvements + macOS universal binary (#1458) 2023-08-07 14:50:58 +01:00
meson.build Move innosetup meson config into scripts directory 2021-09-07 15:03:00 +02:00
package.sh Cross compiling improvements + macOS universal binary (#1458) 2023-08-07 14:50:58 +01:00
repackage.sh Directly link to our repo 2021-12-19 18:13:19 +01: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.
  • generate_header.sh: Generates a header file for native plugin API
  • keymap-generator: Generates a JSON file containing the keymap