mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
3b20684dc7
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.
6 lines
92 B
CMake
6 lines
92 B
CMake
#!/bin/sh
|
|
|
|
# kill the old version. see issue #2044
|
|
killall @APPLICATION_EXECUTABLE@
|
|
|
|
exit 0
|