diff options
| -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 |
