summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-02-23 13:14:31 +0100
committerDavid Lönnhager <david.l@mullvad.net>2021-02-23 13:14:31 +0100
commit379bf1e33da7fab114d8881192929aec24b7dba7 (patch)
treece1687ff67be233d5d1d48705ec55119e67919e5
parentcd806d52427a0013d8dbd2609013d086030f853f (diff)
parentdd4a7a3531c3ecaab8de53ccbeb44be5fe1b024a (diff)
downloadmullvadvpn-379bf1e33da7fab114d8881192929aec24b7dba7.tar.xz
mullvadvpn-379bf1e33da7fab114d8881192929aec24b7dba7.zip
Merge branch 'win7-warn-restart'
-rw-r--r--dist-assets/windows/installer.nsh2
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