diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-02-23 13:14:31 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-02-23 13:14:31 +0100 |
| commit | 379bf1e33da7fab114d8881192929aec24b7dba7 (patch) | |
| tree | ce1687ff67be233d5d1d48705ec55119e67919e5 | |
| parent | cd806d52427a0013d8dbd2609013d086030f853f (diff) | |
| parent | dd4a7a3531c3ecaab8de53ccbeb44be5fe1b024a (diff) | |
| download | mullvadvpn-379bf1e33da7fab114d8881192929aec24b7dba7.tar.xz mullvadvpn-379bf1e33da7fab114d8881192929aec24b7dba7.zip | |
Merge branch 'win7-warn-restart'
| -rw-r--r-- | dist-assets/windows/installer.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 6c8f32c2c0..34c5c21fa4 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -124,7 +124,7 @@ ${If} $0 != 0 ${If} $0 == 3010 - MessageBox MB_OK "You may need to restart your computer for the patch to take effect." + SetRebootFlag true ${Else} StrCpy $R0 "Failed to install the hotfix: error $0" log::Log $R0 |
