summarylogtreecommitdiffstats
path: root/location_asset.patch
diff options
context:
space:
mode:
authorAkinoKaede2020-12-03 13:44:35 +0800
committerAkinoKaede2020-12-03 13:44:35 +0800
commit31656f3a7410e573e8a57e0568de47e5f0aa7a59 (patch)
tree54c49f2cd70f875422c431800bbb1b6b6a184a50 /location_asset.patch
parent6e7c81927f4c4cab95e6359b948bf8ed12125b5c (diff)
downloadaur-31656f3a7410e573e8a57e0568de47e5f0aa7a59.tar.gz
patch location asset
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