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, 0 insertions, 9 deletions
diff --git a/location_asset.patch b/location_asset.patch
deleted file mode 100644
index 7bf4aaff8679..000000000000
--- a/location_asset.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-@@ -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