diff options
Diffstat (limited to 'Source/QtDialog/postflight.sh.in')
-rwxr-xr-x | Source/QtDialog/postflight.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/QtDialog/postflight.sh.in b/Source/QtDialog/postflight.sh.in new file mode 100755 index 000000000..33be35206 --- /dev/null +++ b/Source/QtDialog/postflight.sh.in @@ -0,0 +1,3 @@ +#!/bin/bash +"$2@CMAKE_INSTALL_SUBDIR@/@CMAKE_BUNDLE_NAME@.app/Contents/MacOS/@CMAKE_BUNDLE_NAME@" --mac-install +exit 0 |