summarylogtreecommitdiffstats
path: root/patch.sh
diff options
context:
space:
mode:
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