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 - - -