场景:在mac电脑打包Linux环境appImage
问题描述有以下几点
1、提示下载Linux资源包超时
⨯ Get "https://github.com/electron/electron/releases/download/v24.3.0/electron-v24.3.0-linux-arm64.zip": dial tcp 20.205.243.166:443: connect: operation timed out
根据提示,手动下载Linux资源包,electron-v24.3.0-linux-arm64.zip
,
在mac电脑中,进入到 ~/Library/Caches/electron/
目录下,把下载的资源包放入该文件夹内,不需要解压。
2、提示下载appImage超时
⨯ Get "https://github.com/electron-userland/electron-builder-binaries/releases/download/appimage-12.0.1/appimage-12.0.1.7z": dial tcp 20.205.243.166:443: connect: operation timed out
根据提示,手动下载appImage资源包,appimage-12.0.1.7z
,
在mac电脑中,进入到 ~/Library/Caches/electron-builder/appimage/
目录下,把下载的资源包先解压,将解压后的文件夹放入该文件夹内。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。