Skip to content

Commit 1e418dc

Browse files
committed
fixup! release: add Mac OSX installer build
`Git Gui.app` was removed in df41037 (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 <[email protected]>
1 parent a042926 commit 1e418dc

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/macos-installer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ disk-image/VERSION-$(VERSION)-$(ARCH_UNIV):
123123

124124
pkg_cmd := pkgbuild --identifier com.git.pkg --version $(VERSION) \
125125
--root $(ARTIFACTDIR)$(PREFIX) --scripts assets/scripts \
126-
--install-location $(PREFIX) --component-plist ./assets/git-components.plist
126+
--install-location $(PREFIX)
127127

128128
ifdef APPLE_INSTALLER_IDENTITY
129129
pkg_cmd += --sign "$(APPLE_INSTALLER_IDENTITY)"

.github/macos-installer/assets/git-components.plist

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)