mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -136,5 +136,9 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmd
|
||||
g_app_state.CurrentGame().userlist.Save(g_app_state.CurrentGame().UserlistPath());
|
||||
g_app_state.SaveSettings();
|
||||
|
||||
// Delete the folders CEF generates that LOOT doesn't need.
|
||||
boost::filesystem::remove_all(boost::filesystem::current_path() / "locales");
|
||||
boost::filesystem::remove_all(boost::filesystem::current_path() / "pdf.dll");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user