Log to appdata folder from the bootstrapper and the msi (#11828)

This commit is contained in:
Mykhailo Pylyp
2021-06-23 18:46:17 +03:00
committed by GitHub
parent 2dc82f31b3
commit f0b94453f2
2 changed files with 1 additions and 23 deletions

View File

@@ -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;