From 0f9dbdf89ec33dc6a22e828b3bba702cdfbef81e Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 2 Nov 2023 12:03:40 +0100 Subject: [PATCH] Revert "Makefile: added deps on bundle dir" This still causes the bundle rebuild. Under normal circumstances it won't matter but as we sign the directory after creating the bundle and before creating dmg, it actually hurts, becasue to the DMG goes the freshly-created (unsigned) bundle. This reverts commit 7294347a9bada759fb39003902fb7087e8082196. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index aa0e967b0..2b00a605c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -643,7 +643,9 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP) bundle: $(BUNDLE) gui-bundle: $(GUI_BUNDLE) -osx-gui-dmg: $(GUI_BUNDLE) +## @todo Add correct dependencies (using $(GUI_BUNDLE)/Contents/libs causes +## uv-qt rebuild which breaks fixed links by macdeployqt) +osx-gui-dmg: [ ! -f UltraGrid.dmg ] || rm UltraGrid.dmg hdiutil create -fs HFS+ -volname ULTRAGRID -srcdir $(GUI_BUNDLE) -format UDZO -imagekey zlib-level=9 -o UltraGrid.dmg