Log environment-obtained paths

This commit is contained in:
pizzaboxer 2024-10-01 15:14:20 +01:00
parent 82869a14e4
commit ed36e7f2dd
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -159,6 +159,8 @@ namespace Bloxstrap
} }
Logger.WriteLine(LOG_IDENT, $"Loaded from {Paths.Process}"); Logger.WriteLine(LOG_IDENT, $"Loaded from {Paths.Process}");
Logger.WriteLine(LOG_IDENT, $"Temp path is {Paths.Temp}");
Logger.WriteLine(LOG_IDENT, $"WindowsStartMenu path is {Paths.WindowsStartMenu}");
// To customize application configuration such as set high DPI settings or default font, // To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration. // see https://aka.ms/applicationconfiguration.