mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 10:19:45 +05:00
Update ConfigHandler.cs
This commit is contained in:
@@ -212,8 +212,8 @@ namespace v2rayN.Handler
|
||||
{
|
||||
|
||||
//save temp file
|
||||
var tempPath = Utils.GetPath($"{configRes}_temp");
|
||||
var resPath = Utils.GetPath(configRes);
|
||||
var tempPath = $"{resPath}_temp";
|
||||
if (Utils.ToJsonFile(config, tempPath) != 0)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user