From 1e418dcbb412c7aad96e7bb08c6350fbd3e2b457 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 1 Sep 2025 15:08:01 +0200 Subject: [PATCH] fixup! release: add Mac OSX installer build `Git Gui.app` was removed in df41037be01 (git-gui: retire Git Gui.app, 2025-07-31); So let's skip it from `microsoft/git`'s macOS installer as well. Signed-off-by: Johannes Schindelin --- .github/macos-installer/Makefile | 2 +- .../assets/git-components.plist | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .github/macos-installer/assets/git-components.plist diff --git a/.github/macos-installer/Makefile b/.github/macos-installer/Makefile index 591abec30041dc..e824ef6673d501 100644 --- a/.github/macos-installer/Makefile +++ b/.github/macos-installer/Makefile @@ -123,7 +123,7 @@ disk-image/VERSION-$(VERSION)-$(ARCH_UNIV): pkg_cmd := pkgbuild --identifier com.git.pkg --version $(VERSION) \ --root $(ARTIFACTDIR)$(PREFIX) --scripts assets/scripts \ - --install-location $(PREFIX) --component-plist ./assets/git-components.plist + --install-location $(PREFIX) ifdef APPLE_INSTALLER_IDENTITY pkg_cmd += --sign "$(APPLE_INSTALLER_IDENTITY)" diff --git a/.github/macos-installer/assets/git-components.plist b/.github/macos-installer/assets/git-components.plist deleted file mode 100644 index 78db36777df3ed..00000000000000 --- a/.github/macos-installer/assets/git-components.plist +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - BundleHasStrictIdentifier - - BundleIsRelocatable - - BundleIsVersionChecked - - BundleOverwriteAction - upgrade - RootRelativeBundlePath - git/share/git-gui/lib/Git Gui.app - - -