update version in preinstall script

This commit is contained in:
Vishwas Shashidhar
2018-10-03 12:13:48 +05:30
parent b6f5d0ef7c
commit 4e25fddbe6
+1 -1
View File
@@ -12,7 +12,7 @@ delete_app()
compare_versions()
{
# Get the installer version:
CURRENT_VERSION=3.3.0
CURRENT_VERSION=3.3.2
# Get the currently installed version:
INSTALLED_VERSION=$(plutil -p /Applications/Symphony.app/Contents/Info.plist | awk '/CFBundleShortVersionString/ {print substr($3, 2, length($3)-2)}')