We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86126d commit 63d2413Copy full SHA for 63d2413
src/QSP/Updates/Utilities.cs
@@ -59,7 +59,7 @@ public static bool ShouldShowLicense()
59
60
// This is required because the installer may write files with
61
// "\r\n" newlines instead of the original "\n".
62
- return File.ReadAllText(prevTxt).EqualsIgnoreNewlineStyle(
+ return !File.ReadAllText(prevTxt).EqualsIgnoreNewlineStyle(
63
File.ReadAllText("LICENSE.txt"));
64
}
65
catch (Exception ex)
0 commit comments