alroyso 1 年之前
父節點
當前提交
eed5e2c71a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {