summarylogtreecommitdiffstats
path: root/location_asset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'location_asset.patch')
-rw-r--r--location_asset.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/location_asset.patch b/location_asset.patch
new file mode 100644
index 000000000000..7bf4aaff8679
--- /dev/null
+++ b/location_asset.patch
@@ -0,0 +1,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