alroyso hace 1 año
padre
commit
eed5e2c71a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/app/const/const.dart

+ 1 - 1
lib/app/const/const.dart

@@ -11,7 +11,7 @@ class ClashName {
   }
 
   static String get arch {
-    return const String.fromEnvironment('OS_ARCH', defaultValue: 'arm64'); //amd64
+    return const String.fromEnvironment('OS_ARCH', defaultValue: 'amd64'); //amd64
   }
 
   static String get ext {