summarylogtreecommitdiffstats
path: root/patch.sh
diff options
context:
space:
mode:
authorSainnhepark2020-12-04 21:41:52 +0800
committerSainnhepark2020-12-04 21:41:52 +0800
commitd3cacca5c2cc3d35345115646bf19c2ef5fe4700 (patch)
tree9c67a6eba9f2accc2d7b09ce546f6955cff25364 /patch.sh
parent5c9faaecd172f3e87922bceb42e3e0f97830b96d (diff)
downloadaur-d3cacca5c2cc3d35345115646bf19c2ef5fe4700.tar.gz
rename patch file
Diffstat (limited to 'patch.sh')
-rwxr-xr-xpatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch.sh b/patch.sh
index 87b3a3b004a8..4faac2dc7986 100755
--- a/patch.sh
+++ b/patch.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
if [ -f /usr/lib/code/product.json ]; then
- patch /usr/lib/code/product.json </usr/share/code-marketplace/code-product.json.patch
+ patch /usr/lib/code/product.json </usr/share/code-marketplace/code.patch
elif [ -f /usr/share/vscodium-bin/resources/app/product.json ]; then
- patch /usr/share/vscodium-bin/resources/app/product.json </usr/share/code-marketplace/vscodium-bin-product.json.patch
+ patch /usr/share/vscodium-bin/resources/app/product.json </usr/share/code-marketplace/vscodium-bin.patch
fi