From 4660c6ebaed4ab9d52d68ab994c7e021ecfb59c8 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 22 Aug 2023 16:26:31 +0800 Subject: [PATCH] Open Nextcloud after installation on macOS Signed-off-by: Claudio Cambra --- admin/osx/post_install.sh.cmake | 2 ++ 1 file changed, 2 insertions(+) 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