mirror of
https://github.com/Metabolix/HackBGRT.git
synced 2025-12-06 17:15:42 -08:00
Log Windows version
This commit is contained in:
@@ -1028,6 +1028,7 @@ public class Setup {
|
|||||||
var self = Assembly.GetExecutingAssembly().Location;
|
var self = Assembly.GetExecutingAssembly().Location;
|
||||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(self));
|
Directory.SetCurrentDirectory(Path.GetDirectoryName(self));
|
||||||
WriteLine($"HackBGRT installer version: {Version}");
|
WriteLine($"HackBGRT installer version: {Version}");
|
||||||
|
Log($"Windows version: {Environment.OSVersion}");
|
||||||
Log($"Args: {String.Join(" ", args)}");
|
Log($"Args: {String.Join(" ", args)}");
|
||||||
Environment.ExitCode = new Setup().Run(args);
|
Environment.ExitCode = new Setup().Run(args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user