aboutsummaryrefslogtreecommitdiff
path: root/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-02-01 22:20:33 +0800
committercrupest <crupest@outlook.com>2024-02-01 22:20:33 +0800
commit1ff6f34615cddf9fd3fc513201191ddae82e8a0a (patch)
treeb6eac64733d1bd534c291299be5b1a9e32415cc5 /tools/Crupest.V2ray/Crupest.V2ray/Program.cs
parent8d8056012cbb561391ec178254b66d8978848edd (diff)
downloadcrupest-1ff6f34615cddf9fd3fc513201191ddae82e8a0a.tar.gz
crupest-1ff6f34615cddf9fd3fc513201191ddae82e8a0a.tar.bz2
crupest-1ff6f34615cddf9fd3fc513201191ddae82e8a0a.zip
tools(secret): add http proxy, v5 exe and basic v5 config support.
Diffstat (limited to 'tools/Crupest.V2ray/Crupest.V2ray/Program.cs')
-rw-r--r--tools/Crupest.V2ray/Crupest.V2ray/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Crupest.V2ray/Crupest.V2ray/Program.cs b/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
index e0c0d6d..e623a88 100644
--- a/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
+++ b/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
@@ -24,8 +24,8 @@ public static class Program
var verb = args[0].ToLower();
if (verb == "download-geodata" || verb == "dg")
{
- var geoDataDonwloader = new GeoDataDownloader();
- geoDataDonwloader.Download(ExeDir);
+ var geoDataDownloader = new GeoDataDownloader();
+ geoDataDownloader.Download(ExeDir);
return;
}
throw new Exception("Invalid command line arguments.");