chore: set output to UTF_8 for ResourceUpdater

This commit is contained in:
Constrat
2025-03-14 11:44:08 +01:00
committed by MistEO
parent 1e20c8ce30
commit 6c0c2d548e

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;