diff --git a/admin/osx/post_install.sh.cmake b/admin/osx/post_install.sh.cmake index 583f5e9cba59c..f3c9c990f249e 100644 --- a/admin/osx/post_install.sh.cmake +++ b/admin/osx/post_install.sh.cmake @@ -10,4 +10,6 @@ if [ -x "$(command -v pluginkit)" ]; then pluginkit -e use -i @APPLICATION_REV_DOMAIN@.FinderSyncExt fi +open -a @APPLICATION_NAME@.app + exit 0