@@ -151,6 +151,7 @@ Future downloadWintun() async {
}
void main() async {
+ ClashName.init();
if (!(await binDir.exists())) await binDir.create();
if (!(await depDir.exists())) await depDir.create();