mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Log to appdata folder from the bootstrapper and the msi (#11828)
This commit is contained in:
@@ -232,7 +232,7 @@ int Bootstrapper(HINSTANCE hInstance)
|
||||
installFolderProp = L"INSTALLFOLDER=" + installFolderProp;
|
||||
}
|
||||
|
||||
fs::path logDir = ".";
|
||||
fs::path logDir = PTSettingsHelper::get_root_save_folder_location();
|
||||
try
|
||||
{
|
||||
fs::path logDirArgPath = logDirArg;
|
||||
|
||||
Reference in New Issue
Block a user