Skip to content

Commit

Permalink
Switch to electron 27.3.11 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Jun 4, 2024
1 parent 1ea9ba2 commit 02ff777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package_linux_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
if [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
sed -i "s/^target .*/target \"27.3.11\"/" .yarnrc
# Official electron doesn't support riscv64, adding the checksums of forked electron here
# Electron riscv fork might do multiple builds for a same version,
# the tag is in the format of v<version>.riscv<build_number>.
Expand Down

0 comments on commit 02ff777

Please sign in to comment.