mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user