|
@@ -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();
|