]> Kevux Git Server - rit/commit
git-gui: extract script to generate macOS app
authorPatrick Steinhardt <ps@pks.im>
Tue, 13 May 2025 06:48:07 +0000 (08:48 +0200)
committerPatrick Steinhardt <ps@pks.im>
Tue, 13 May 2025 06:48:07 +0000 (08:48 +0200)
commit28a8e5c8849e158abaf49d86b5ae7c9249d3e483
tree907126dfb85a762c15417e877db8d5a8833f7ff0
parent743e1cbd7e2b26380be25cd73ded57b08cb6b409
git-gui: extract script to generate macOS app

Extract script to generate the macOS app. This change allows us to reuse
the build logic with the Meson build system.

Note that as part of this change we also modify the TKEXECUTABLE
variable to track its full path. Like this we don't have to propagate
both the TKEXECUTABLE and TKFRAMEWORK variables into the script, and the
basename can be trivially computed from TKEXECUTABLE anyway.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Makefile
generate-macos-app.sh [new file with mode: 0755]
generate-macos-wrapper.sh