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