vcptr пре 6 година
родитељ
комит
78b95d4bc2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      common/platform/platform.go

+ 1 - 1
common/platform/platform.go

@@ -86,6 +86,6 @@ func GetConfigurationPath() string {
 
 func GetConfDirPath() string {
 	const name = "v2ray.location.confdir"
-	configPath := NewEnvFlag(name).GetValue(getExecutableDir)
+	configPath := NewEnvFlag(name).GetValue(func() string { return "" })
 	return configPath
 }