mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
dc5d0e367c
This should mostly fix #2105 and #2044
8 lines
145 B
CMake
8 lines
145 B
CMake
#!/bin/sh
|
|
|
|
# kill the old version. see issue #2044
|
|
killall @APPLICATION_EXECUTABLE@
|
|
|
|
# Unload the Finder plugin. see issue #2105
|
|
killall Finder
|
|
|