Patch:
diff --git a/PKGBUILD b/PKGBUILD
index abc9aa3..73418d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carson Rueter <roachh at proton mail dot com>
pkgname=vscodium-bin-features
pkgver=1.63.2
-pkgrel=1
+pkgrel=2
pkgdesc='Unblock some features in VSCodium'
arch=('any')
url='https://github.com/microsoft/vscode'
@@ -13,7 +13,7 @@ conflicts=('vscodium-bin-features')
install="${pkgname}.install"
source=("${pkgname}.hook"
'patch.sh')
-md5sums=('9c0fcfdb3427f4a7705114eedbd3b6b8'
+md5sums=('db01557a15a28a0a0c6c967cdcbb36e3'
'486c3bf8ef2c355330cbad53609f6b1e')
package() {
diff --git a/vscodium-bin-features.hook b/vscodium-bin-features.hook
index 7fbfc92..d71c635 100644
--- a/vscodium-bin-features.hook
+++ b/vscodium-bin-features.hook
@@ -6,5 +6,5 @@ Target = vscodium-bin
[Action]
Description = [vscodium-bin-features] Patching product.json...
-Exec = /usr/share/vscodium-bin-features/patch.sh
+Exec = /opt/vscodium-bin-features/patch.sh
When = PostTransaction
diff --git a/vscodium-bin-features.install b/vscodium-bin-features.install
index 71be718..4f48b03 100644
--- a/vscodium-bin-features.install
+++ b/vscodium-bin-features.install
@@ -1,15 +1,15 @@
post_install() {
- /usr/share/vscodium-bin-features/patch.sh
+ /opt/vscodium-bin-features/patch.sh
}
pre_upgrade() {
- /usr/share/vscodium-bin-features/patch.sh -R
+ /opt/vscodium-bin-features/patch.sh -R
}
post_upgrade() {
- /usr/share/vscodium-bin-features/patch.sh
+ /opt/vscodium-bin-features/patch.sh
}
pre_remove() {
- /usr/share/vscodium-bin-features/patch.sh -R
+ /opt/vscodium-bin-features/patch.sh -R
}
Pinned Comments
silverhikari commented on 2023-01-28 15:24 (UTC) (edited on 2023-01-28 18:50 (UTC) by silverhikari)
if you are having problems with the installation step with it giving a decoder error, you need to uninstall and reinstall vscodium-bin and vscodium-bin-marketplace. then try to install this package again.