Browse Source

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

tickets/16/16/1
rarified 3 years ago
parent
commit
9b80ebf645
  1. 4
      Sources/Plasma/Apps/plUruLauncher/Main.cpp

4
Sources/Plasma/Apps/plUruLauncher/Main.cpp

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

Loading…
Cancel
Save