mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-29 11:32:53 +00:00
Compare commits
30 commits
f09521a4d1
...
89155f6dd0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89155f6dd0 | ||
|
|
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