Merge pull request #816 from johankwarnmarksymphony/mac-install

We could not update Symphony on mac because the version was wrong
This commit is contained in:
Johan Kwarnmark 2019-11-26 16:44:39 +01:00 committed by GitHub
commit c0fb4c6a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)}')