update version number in preinstall script

This commit is contained in:
Vishwas Shashidhar
2019-01-30 05:51:34 +05:30
parent c844c7e14b
commit c7a780a827

View File

@@ -12,7 +12,7 @@ delete_app()
compare_versions()
{
# Get the installer version:
CURRENT_VERSION=4.3.1
CURRENT_VERSION=4.3.3
# Get the currently installed version:
INSTALLED_VERSION=$(plutil -p /Applications/Symphony.app/Contents/Info.plist | awk '/CFBundleShortVersionString/ {print substr($3, 2, length($3)-2)}')