From e3d186bdfd36f56cb393ddc9208fd29d3ba8182d Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 21 Nov 2014 16:45:54 +0100 Subject: [PATCH] Updated Makefile --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 94672e9f5..e2484fa9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -490,6 +490,8 @@ osx-gui-dmg: bundle cp ../../uv.app/Contents/MacOS/uv build/Release/UltraGrid\ GUI.app/Contents/MacOS/; \ mkdir build/Release/UltraGrid\ GUI.app/Contents/libs; \ cp ../../uv.app/Contents/libs/* build/Release/UltraGrid\ GUI.app/Contents/libs; \ + mkdir build/Release/UltraGrid\ GUI.app/Contents/Frameworks; \ + cp -r ../../uv.app/Contents/Frameworks/* build/Release/UltraGrid\ GUI.app/Contents/Frameworks; \ MBYTES=`du -mc build/Release/UltraGrid\ GUI.app | tail -n1 | cut -f1`; \ MBYTES=$$(($$MBYTES+2)); \ [ ! -f UltraGrid.dmg ] || rm UltraGrid.dmg; \