2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Remove PDB and MAP symbol files from list of files to delete upon startup.

This commit is contained in:
rarified
2021-07-29 19:19:01 -06:00
parent 099a171f85
commit 9b80ebf645

View File

@ -172,8 +172,8 @@ static CEvent s_statusEvent(kEventManualReset);
static const wchar * s_deleteFiles[] = { static const wchar * s_deleteFiles[] = {
L"NetDiag.exe", L"NetDiag.exe",
L"UruExplorer.pdb", // L"UruExplorer.pdb", // removed for OpenUru Builds
L"UruExplorer.map", // L"UruExplorer.map",
}; };
#else #else