Update On Wed Dec 18 19:36:33 CET 2024

This commit is contained in:
github-action[bot]
2024-12-18 19:36:33 +01:00
parent 1360979f21
commit a37625bbb8
111 changed files with 2992 additions and 2729 deletions
@@ -46,6 +46,11 @@
public bool InitApp()
{
if (Utils.IsLinux() && Utils.HasWritePermission() == false)
{
Environment.SetEnvironmentVariable("V2RAYN_LOCAL_APPLICATION_DATA", "1", EnvironmentVariableTarget.Process);
}
Logging.Setup();
var config = ConfigHandler.LoadConfig();
if (config == null)