mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: set output to UTF_8 for ResourceUpdater
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user