From 3ac823d333bc9af31ec639a018de45060a9e85e4 Mon Sep 17 00:00:00 2001 From: Johan Kwarnmark Date: Tue, 26 Nov 2019 16:39:01 +0100 Subject: [PATCH] We could not update Symphony on mac because the version was wrong --- installer/mac/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mac/preinstall.sh b/installer/mac/preinstall.sh index 5da3c0dd..efc0fe14 100755 --- a/installer/mac/preinstall.sh +++ b/installer/mac/preinstall.sh @@ -12,7 +12,7 @@ delete_app() compare_versions() { # Get the installer version: - CURRENT_VERSION=5.0.0 + CURRENT_VERSION=6.0.0 # Get the currently installed version: INSTALLED_VERSION=$(plutil -p /Applications/Symphony.app/Contents/Info.plist | awk '/CFBundleShortVersionString/ {print substr($3, 2, length($3)-2)}')