diff options
author | sr55 <[email protected]> | 2019-06-24 18:40:09 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-24 18:47:06 +0100 |
commit | 23730ae2c12ffd4c986fe4bc10e1bb3357e32f1d (patch) | |
tree | 3a6d088181f8a1abc87d3ecac3eb3bdbff618b97 /win/CS/HandBrakeWPF/Installer/Installer64.nsi | |
parent | e14417dcfef043bff107bfa6a294af5ca9e489ce (diff) |
WinGui: Have the installer check for .NET 4.8 instead of 4.7
Diffstat (limited to 'win/CS/HandBrakeWPF/Installer/Installer64.nsi')
-rw-r--r-- | win/CS/HandBrakeWPF/Installer/Installer64.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/Installer64.nsi b/win/CS/HandBrakeWPF/Installer/Installer64.nsi index e17eccac7..a17360a28 100644 --- a/win/CS/HandBrakeWPF/Installer/Installer64.nsi +++ b/win/CS/HandBrakeWPF/Installer/Installer64.nsi @@ -16,7 +16,7 @@ ;Required .NET framework
!define MIN_FRA_MAJOR "4"
-!define MIN_FRA_MINOR "7"
+!define MIN_FRA_MINOR "8"
!define MIN_FRA_BUILD "*"
SetCompressor lzma
|