Skip to content

Commit

Permalink
perf: 替换旧世界源
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 9, 2024
1 parent b007ca7 commit 54b84d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/update-electron
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ if [ "$BUILD_ARCH" == "loong64" ];then
elif [ "$BUILD_ARCH" == "loongarch64" ];then
# 旧世界
electron_version="22.3.27"
download_url="http://ftp.loongnix.cn/electron/LoongArch/v22.3.27/electron-v22.3.27-linux-loong64.zip"
# download_url="http://ftp.loongnix.cn/electron/LoongArch/v22.3.27/electron-v22.3.27-linux-loong64.zip"
download_url="https://github.com/msojocs/electron-loongarch/releases/download/v${electron_version}/electron-v${electron_version}-linux-loongarch64.zip"
fi

mkdir -p "$root_dir/cache" "$root_dir/tmp"
Expand Down

0 comments on commit 54b84d9

Please sign in to comment.