Compare commits

..

1 commit

Author SHA1 Message Date
JieXu
683e8f711e
Merge face7e5a51 into 22c233f0cd 2025-10-26 13:51:51 +00:00

View file

@ -12,13 +12,6 @@ internal class Program
[STAThread]
public static void Main(string[] args)
{
if (OperatingSystem.IsWindows() &&
System.Runtime.InteropServices.RuntimeInformation.OSArchitecture ==
System.Runtime.InteropServices.Architecture.Arm64)
{
Environment.SetEnvironmentVariable("AVALONIA_AUTOMATION", "0");
}
if (OnStartup(args) == false)
{
Environment.Exit(0);