diff options
| author | David Lönnhager <david.l@mullvad.net> | 2019-11-20 10:59:40 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2019-11-20 11:04:30 +0100 |
| commit | b787668e257cc64cae84fd2799650ff9821fc3c9 (patch) | |
| tree | 77931be3ec4705a76e54f8347339e5a5342d2e6f | |
| parent | 4527e0d4a63c5074f82ffda9f2015dc9ff102f13 (diff) | |
| download | mullvadvpn-b787668e257cc64cae84fd2799650ff9821fc3c9.tar.xz mullvadvpn-b787668e257cc64cae84fd2799650ff9821fc3c9.zip | |
Fix installer/updater regression
| -rw-r--r-- | dist-assets/windows/installer.nsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 74c684ae2c..c68a1f6f26 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -286,8 +286,8 @@ log::LogWithDetails $R0 $1 ${EndIf} ${EndIf} - - IntCmp $0 ${EB_NO_TAP_ADAPTERS_PRESENT} InstallDriver_install_driver + + IntCmp $InstallDriver_BaselineStatus ${EB_NO_TAP_ADAPTERS_PRESENT} InstallDriver_install_driver # # Driver is already installed and there are one or several virtual adapters present. |
