SymphonyElectron/installer
Vishwas Shashidhar 3306473f07
ELECTRON-602: fix the pre-install script on macOS installation / upgrade cases (#481)
* ELECTRON-602: fix the pre-install script on macOS installation

Currently, when we try to install a version that is lower than the currently installed version, the pre install script deletes the existing version and the new version is not installed either. This is because of how macOS handles upgrades.

So, we add a version check function that exits the script if we have a new version already installed on the system rather than deleting the existing version installed on the system

* ELECTRON-602: fix the version comparison as per PR comments
2018-08-29 09:48:46 +05:30
..
mac ELECTRON-602: fix the pre-install script on macOS installation / upgrade cases (#481) 2018-08-29 09:48:46 +05:30
win fix dll path issue on win32 installer 2018-08-21 20:35:14 +05:30