mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 19:41:05 +08:00
♻️ Upgrade to Electron v34.3.2 https://github.com/siyuan-note/siyuan/issues/14322
This commit is contained in:
parent
626d5ecd32
commit
fa467a964f
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@9.12.1`
|
|||||||
|
|
||||||
Set the Electron mirror environment variable and install Electron:
|
Set the Electron mirror environment variable and install Electron:
|
||||||
|
|
||||||
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.3.1 -D`
|
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.3.2 -D`
|
||||||
* Windows:
|
* Windows:
|
||||||
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
|
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
|
||||||
* `pnpm install electron@v34.3.1 -D`
|
* `pnpm install electron@v34.3.2 -D`
|
||||||
|
|
||||||
NPM mirror:
|
NPM mirror:
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ NPM mirror:
|
|||||||
|
|
||||||
On the desktop, go to the app folder to run:
|
On the desktop, go to the app folder to run:
|
||||||
|
|
||||||
* `pnpm install electron@v34.3.1 -D`
|
* `pnpm install electron@v34.3.2 -D`
|
||||||
* `pnpm run dev`
|
* `pnpm run dev`
|
||||||
* `pnpm run start`
|
* `pnpm run start`
|
||||||
|
|
||||||
|
6
.github/CONTRIBUTING_zh_CN.md
vendored
6
.github/CONTRIBUTING_zh_CN.md
vendored
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
* macOS/Linux:
|
* macOS/Linux:
|
||||||
```
|
```
|
||||||
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.3.1 -D
|
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.3.2 -D
|
||||||
```
|
```
|
||||||
* Windows:
|
* Windows:
|
||||||
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
|
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
|
||||||
* `pnpm install electron@v34.3.1 -D`
|
* `pnpm install electron@v34.3.2 -D`
|
||||||
|
|
||||||
NPM 镜像:
|
NPM 镜像:
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ NPM 镜像:
|
|||||||
|
|
||||||
桌面端进入 app 文件夹运行:
|
桌面端进入 app 文件夹运行:
|
||||||
|
|
||||||
* `pnpm install electron@v34.3.1 -D`
|
* `pnpm install electron@v34.3.2 -D`
|
||||||
* `pnpm run dev`
|
* `pnpm run dev`
|
||||||
* `pnpm run start`
|
* `pnpm run start`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user