fix(linux): update riscv64 electron [skip ci]

This commit is contained in:
Baptiste Augrain
2024-11-16 10:50:33 +01:00
parent 81562bbd3a
commit 52601b91bf
3 changed files with 19 additions and 3 deletions

View File

@@ -32,6 +32,13 @@ elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
fi
if [[ -f "../electron_linux_${VSCODE_ARCH}.sh" ]]; then
# add newline at the end of the file
echo "" >> build/checksums/electron.txt
if [[ -f "../electron_linux_${VSCODE_ARCH}.sha256sums" ]]; then
cat "../electron_linux_${VSCODE_ARCH}.sha256sums" >> build/checksums/electron.txt
fi
# shellcheck disable=SC1090
source "../electron_linux_${VSCODE_ARCH}.sh"