mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-29 19:42:51 +00:00
Compare commits
43 commits
36e93d79fa
...
2ca1e76aa1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ca1e76aa1 | ||
|
|
ea48dc5431 | ||
|
|
dbe6f4083b | ||
|
|
774d6eeb8f | ||
|
|
ef2728e248 | ||
|
|
54d936fd3e | ||
|
|
ea1a7b6b46 | ||
|
|
a2c4d4e424 | ||
|
|
65de9349dd | ||
|
|
bdf3616a8e | ||
|
|
715a2b07a9 | ||
|
|
e8590012c4 | ||
|
|
44634db5f4 | ||
|
|
0f46074283 | ||
|
|
7841c9fe84 | ||
|
|
59e69b4d66 | ||
|
|
be09e8bc5d | ||
|
|
257bf51ded | ||
|
|
20883380d6 | ||
|
|
9bccdf1dac | ||
|
|
3ed34eb02f | ||
|
|
83c862afea | ||
|
|
8f0d4be095 | ||
|
|
da8417165d | ||
|
|
56b619de1c | ||
|
|
0fbb2f6f32 | ||
|
|
8756e078a7 | ||
|
|
4f4ca3cf91 | ||
|
|
0be355ae8c | ||
|
|
9506e049e7 | ||
|
|
9a56824db5 | ||
|
|
cfe56fad0c | ||
|
|
1bfd3e7d08 | ||
|
|
aec8cb7e64 | ||
|
|
0f96af3142 | ||
|
|
9030830575 | ||
|
|
fcdb46581b | ||
|
|
ddedde53ea | ||
|
|
4f15452fe2 | ||
|
|
648fe837f5 | ||
|
|
5cdaae0a7f | ||
|
|
1a75faaf4f | ||
|
|
563396031f |
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ 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