nextcloud-desktop/admin/osx/pre_install.sh.cmake
Jocelyn Turcotte 3b20684dc7 shell/macos: Remove legacy (< 10.10) overlay icons
Having to update the plugins to add a submenu in the context menu,
it's more cost-effective to remove support for legacy macOS versions
than implementing and testing this setup.
2017-07-07 10:49:51 +02:00

6 lines
92 B
CMake

#!/bin/sh
# kill the old version. see issue #2044
killall @APPLICATION_EXECUTABLE@
exit 0