mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-22 19:10:15 +10:00
fix(reh): use correct ripgrep.sh path (#2348)
This commit is contained in:
committed by
Baptiste Augrain
parent
100f4c0288
commit
ec8648f4bc
@@ -178,8 +178,8 @@ if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
|
|||||||
|
|
||||||
pushd "../vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
|
pushd "../vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
|
||||||
|
|
||||||
if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
|
if [[ -f "../build/linux/${VSCODE_ARCH}/ripgrep.sh" ]]; then
|
||||||
bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" "node_modules"
|
bash "../build/linux/${VSCODE_ARCH}/ripgrep.sh" "node_modules"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Archiving REH"
|
echo "Archiving REH"
|
||||||
@@ -197,8 +197,8 @@ if [[ "${SHOULD_BUILD_REH_WEB}" != "no" ]]; then
|
|||||||
|
|
||||||
pushd "../vscode-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
|
pushd "../vscode-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
|
||||||
|
|
||||||
if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
|
if [[ -f "../build/linux/${VSCODE_ARCH}/ripgrep.sh" ]]; then
|
||||||
bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" "node_modules"
|
bash "../build/linux/${VSCODE_ARCH}/ripgrep.sh" "node_modules"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Archiving REH-web"
|
echo "Archiving REH-web"
|
||||||
|
|||||||
Reference in New Issue
Block a user