diff --git a/src/Setup.cs b/src/Setup.cs index 06f0bc9..f89ba9f 100644 --- a/src/Setup.cs +++ b/src/Setup.cs @@ -1028,6 +1028,7 @@ public class Setup { var self = Assembly.GetExecutingAssembly().Location; Directory.SetCurrentDirectory(Path.GetDirectoryName(self)); WriteLine($"HackBGRT installer version: {Version}"); + Log($"Windows version: {Environment.OSVersion}"); Log($"Args: {String.Join(" ", args)}"); Environment.ExitCode = new Setup().Run(args); }