mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix
This commit is contained in:
parent
cc18c3f4f3
commit
d641142540
@ -32,7 +32,12 @@ rm -rf "$build_dir"
|
||||
mkdir -p "$build_dir"
|
||||
|
||||
notice "下载AppImage构建工具"
|
||||
wget "https://download.fastgit.org/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" \
|
||||
if [ $ACTION_MODE!='true' ]; then
|
||||
appimagetool_host="github.com"
|
||||
else
|
||||
appimagetool_host="download.fastgit.org"
|
||||
fi
|
||||
wget "https://$appimagetool_host/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" \
|
||||
-O "$tmp_dir/appimagetool-x86_64.AppImage"
|
||||
chmod a+x "$tmp_dir/appimagetool-x86_64.AppImage"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user