mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-07-04 16:38:53 +02:00
8 lines
119 B
CMake
8 lines
119 B
CMake
#!/bin/sh
|
|
|
|
# kill the old version. see issue #2044
|
|
killall @APPLICATION_EXECUTABLE@
|
|
killall @APPLICATION_NAME@
|
|
|
|
exit 0
|