Open Nextcloud after installation on macOS

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2023-08-22 16:26:31 +08:00
parent 1a0a7ec7a2
commit 4660c6ebae
1 changed files with 2 additions and 0 deletions

View File

@ -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