alroyso 1 year ago
parent
commit
11123b56bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/init.dart

+ 1 - 1
scripts/init.dart

@@ -154,7 +154,7 @@ void main() async {
   if (!(await binDir.exists())) await binDir.create();
   if (!(await depDir.exists())) await depDir.create();
 
-  await downloadLatestClashCore();
+  //await downloadLatestClashCore();
   await downloadAndUnarchiveService();
 
   await downloadCountryMmdb();