summarylogtreecommitdiffstats
path: root/patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patch.sh')
-rwxr-xr-xpatch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/patch.sh b/patch.sh
new file mode 100755
index 000000000000..87b3a3b004a8
--- /dev/null
+++ b/patch.sh
@@ -0,0 +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
+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
+fi