Skip to content

Commit

Permalink
Merge pull request #5991 from nextcloud/bugfix/macos-open-after-install
Browse files Browse the repository at this point in the history
Open Nextcloud after installation on macOS
  • Loading branch information
mgallien authored Sep 19, 2023
2 parents 1a0a7ec + 4660c6e commit ee34584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/osx/post_install.sh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee34584

Please sign in to comment.