Collect wine.log on crashes

This commit is contained in:
Robert Baker 2025-08-16 14:48:55 -07:00
parent fb1d7b966e
commit c33eccb2e2
No known key found for this signature in database
GPG key ID: F98889FF6167EE90

View file

@ -470,6 +470,7 @@ void export_tspack(HWND hWndParent, const std::filesystem::path& logDir, const s
"dalamud.injector.log", "dalamud.injector.log",
"dalamud.boot.log", "dalamud.boot.log",
"aria.log", "aria.log",
"wine.log"
}; };
static constexpr auto MaxSizePerLog = 1 * 1024 * 1024; static constexpr auto MaxSizePerLog = 1 * 1024 * 1024;
static constexpr std::array<COMDLG_FILTERSPEC, 2> OutputFileTypeFilterSpec{{ static constexpr std::array<COMDLG_FILTERSPEC, 2> OutputFileTypeFilterSpec{{