Small fixes

This commit is contained in:
Natsumi
2024-04-28 08:41:17 +12:00
parent ce3aa1d531
commit 326937853a
3 changed files with 13 additions and 12 deletions

View File

@@ -123,6 +123,7 @@ namespace VRCX
{
Version = $"{buildName} Build";
}
Version = Version.Replace("\r", "").Replace("\n", "");
}
private static void Run()