update version in preinstall script

This commit is contained in:
Vishwas Shashidhar
2019-02-12 11:18:38 +05:30
parent dd0e7af850
commit 769bef59e9
+1 -1
View File
@@ -12,7 +12,7 @@ delete_app()
compare_versions()
{
# Get the installer version:
CURRENT_VERSION=4.3.3
CURRENT_VERSION=4.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)}')