We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-git-installer
2 parents ef485e7 + 1e418dc commit 999f50cCopy full SHA for 999f50c
.github/macos-installer/Makefile
@@ -123,7 +123,7 @@ disk-image/VERSION-$(VERSION)-$(ARCH_UNIV):
123
124
pkg_cmd := pkgbuild --identifier com.git.pkg --version $(VERSION) \
125
--root $(ARTIFACTDIR)$(PREFIX) --scripts assets/scripts \
126
- --install-location $(PREFIX) --component-plist ./assets/git-components.plist
+ --install-location $(PREFIX)
127
128
ifdef APPLE_INSTALLER_IDENTITY
129
pkg_cmd += --sign "$(APPLE_INSTALLER_IDENTITY)"
.github/macos-installer/assets/git-components.plist
0 commit comments