mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-29 11:32:53 +00:00
Compare commits
44 commits
2ca1e76aa1
...
36e93d79fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36e93d79fa | ||
|
|
806af146fc | ||
|
|
48f655ec72 | ||
|
|
027a876fd6 | ||
|
|
5ca24f4c46 | ||
|
|
28bba8c4b8 | ||
|
|
a25aab0afe | ||
|
|
dbff09cfa2 | ||
|
|
bd9cf0c4de | ||
|
|
4950c5229f | ||
|
|
2062df341a | ||
|
|
7711284519 | ||
|
|
e653dedb08 | ||
|
|
24acd61da4 | ||
|
|
47779e433d | ||
|
|
c5f222bf58 | ||
|
|
1945d9b798 | ||
|
|
2e283eb00e | ||
|
|
00505c7c17 | ||
|
|
9229b491c5 | ||
|
|
d9b0aff8da | ||
|
|
8ea39d7475 | ||
|
|
f14f39f5a1 | ||
|
|
228069f499 | ||
|
|
645e4e7711 | ||
|
|
d1c16ecb72 | ||
|
|
dca737bdad | ||
|
|
7f5489c5f7 | ||
|
|
3be0b312d6 | ||
|
|
b290a38ef4 | ||
|
|
70bdb3de16 | ||
|
|
8f9d1951a2 | ||
|
|
e2faf61a8b | ||
|
|
3824879d38 | ||
|
|
d54433aeb3 | ||
|
|
26b2240779 | ||
|
|
98a5caa47f | ||
|
|
d77c25aef5 | ||
|
|
7affcf97b1 | ||
|
|
9e1e5eb2aa | ||
|
|
d1928d80c7 | ||
|
|
ea55dfb6c5 | ||
|
|
b3acb89c29 | ||
|
|
922cf54d93 |
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ public class CoreHandler
|
|||
Environment.SetEnvironmentVariable(Global.V2RayLocalAsset, Utils.GetBinPath(""), EnvironmentVariableTarget.Process);
|
||||
Environment.SetEnvironmentVariable(Global.XrayLocalAsset, Utils.GetBinPath(""), EnvironmentVariableTarget.Process);
|
||||
Environment.SetEnvironmentVariable(Global.XrayLocalCert, Utils.GetBinPath(""), EnvironmentVariableTarget.Process);
|
||||
// TODO Temporary addition to support proper use of sing-box v1.12
|
||||
Environment.SetEnvironmentVariable("ENABLE_DEPRECATED_SPECIAL_OUTBOUNDS", "true", EnvironmentVariableTarget.Process);
|
||||
|
||||
//Copy the bin folder to the storage location (for init)
|
||||
if (Environment.GetEnvironmentVariable(Global.LocalAppData) == "1")
|
||||
|
|
|
|||
Loading…
Reference in a new issue