From db85e7496848a7d8e9d9a5e50f5b21e2fcd2cbc8 Mon Sep 17 00:00:00 2001 From: Camila Date: Tue, 7 Nov 2023 18:19:56 +0100 Subject: [PATCH] Attempt to remove the application currently installed. Replaces the legacy client. Signed-off-by: Camila --- admin/osx/pre_install.sh.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/osx/pre_install.sh.cmake b/admin/osx/pre_install.sh.cmake index dededc67d4de1..060195f6ff476 100644 --- a/admin/osx/pre_install.sh.cmake +++ b/admin/osx/pre_install.sh.cmake @@ -3,5 +3,6 @@ # kill the old version. see issue #2044 killall @APPLICATION_EXECUTABLE@ killall @APPLICATION_NAME@ +sudo rm -rf /Applications/@APPLICATION_NAME@.app exit 0