summarylogtreecommitdiffstats
path: root/location_asset.patch
blob: 7bf4aaff8679ee45a2f7ebdeca17ff5b9f09c1e6 (plain)
1
2
3
4
5
6
7
8
9
@@ -30,6 +30,8 @@
 		defPath,
 		filepath.Join("/usr/local/share/xray/", file),
 		filepath.Join("/usr/share/xray/", file),
+		filepath.Join("/usr/local/share/v2ray/", file),
+		filepath.Join("/usr/share/v2ray/", file),
 	} {
 		if _, err := os.Stat(p); os.IsNotExist(err) {
 			continue