summarylogtreecommitdiffstats
path: root/patch.sh
blob: 4faac2dc7986c6ae27e67065bc6c9fc9f7a5fcc4 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh

if [ -f /usr/lib/code/product.json ]; then
  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.patch
fi