summarylogtreecommitdiffstats
path: root/location_asset.patch
diff options
context:
space:
mode:
authorlilac2021-04-02 01:38:28 +0800
committerlilac2021-04-02 01:38:28 +0800
commiteebb7a35654c6c154a918970cac76738801fdcff (patch)
treef9cfe6d696f17f945aa22f83930277e4a16a86cf /location_asset.patch
parent9e54e039361451bf586e757571607ec434b98191 (diff)
downloadaur-eebb7a35654c6c154a918970cac76738801fdcff.tar.gz
[lilac] updated to 1.4.2-1
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