From ff72d5814d5d63713581d9755de1358bab734e0d Mon Sep 17 00:00:00 2001 From: liuminghao123 <2379355158@qq.com> Date: Thu, 3 Apr 2025 23:33:50 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 5a0c12c..7e2c7d7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -59,7 +59,7 @@ npm run build ``` **注意**: -由于打包需要下载electron的安装包,在中国大陆地区可能无法下载,可以自行到[electron release 页面](https://github.com/electron/electron/releases)下载和控制台打印输出链接信息中对应版本的安装包,放到项目根目录下的`electron`文件夹中。Windows 用户建议放在 %LOCALAPPDATA%/electron/Cache 目录下,并且解压到该目录下。 +由于打包需要下载electron的安装包,在中国大陆地区可能无法下载,可以自行到[electron release 页面](https://github.com/electron/electron/releases)下载和控制台打印输出链接信息中对应版本的安装包,放到项目根目录下的`electron`文件夹中。Windows 用户建议放在 `%LOCALAPPDATA%/electron/Cache` 目录下,并且解压到该目录下。 6. 打包完成后,安装包会在 `release` 目录下生成。