chore: set output to UTF_8 for ResourceUpdater

This commit is contained in:
Constrat
2025-03-14 11:44:08 +01:00
parent 4cb4622438
commit 2198df02b4

View File

@@ -68,6 +68,8 @@ bool update_version_info(const fs::path& input_dir, const fs::path& output_dir);
int main([[maybe_unused]] int argc, char** argv)
{
SetConsoleOutputCP(CP_UTF8);
// ---- PATH DECLARATION ----
int result;