vscode: bundled ripgrep fixed

This commit is contained in:
Pavel Shirshov 2021-09-16 16:32:14 +01:00
parent 6f371a1d64
commit d25215779e

View File

@ -121,6 +121,9 @@ let
--replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \
--replace "/bin/bash" "${bash}/bin/bash"
rm -rf "$packed"
# this fixes bundled ripgrep
chmod +x resources/app/node_modules/vscode-ripgrep/bin/rg
'';
inherit meta;