Merge pull request #138158 from pshirshov/wip/vscode-ripgrep-fix

This commit is contained in:
Artturi
2021-09-16 19:00:31 +03:00
committed by GitHub
@@ -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;