mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-23 15:22:43 +00:00
Compare commits
1 commit
3ce0510fee
...
683e8f711e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
683e8f711e |
1 changed files with 0 additions and 7 deletions
|
|
@ -12,13 +12,6 @@ internal class Program
|
||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
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)
|
if (OnStartup(args) == false)
|
||||||
{
|
{
|
||||||
Environment.Exit(0);
|
Environment.Exit(0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue