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 7294347a9b.
This commit is contained in:
Martin Pulec
2023-11-02 12:03:40 +01:00
parent bc50883086
commit 0f9dbdf89e

View File

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