Update mac pre-install script version

This commit is contained in:
Vishwas Shashidhar
2018-10-23 14:51:05 +05:30
parent 7fea8b0383
commit f869ce5d3c

View File

@@ -12,7 +12,7 @@ delete_app()
compare_versions()
{
# Get the installer version:
CURRENT_VERSION=3.3.2
CURRENT_VERSION=3.4.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)}')