Skip to content

Commit c313d11

Browse files
88250Elroy Wang
authored andcommitted
♻️ Upgrade to Electron v37.2.6 siyuan-note#15410
1 parent 347e4d9 commit c313d11

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@10.14.0`
1414

1515
Set the Electron mirror environment variable and install Electron:
1616

17-
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.5 -D`
17+
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.6 -D`
1818
* Windows:
1919
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
20-
* `pnpm install electron@37.2.5 -D`
20+
* `pnpm install electron@37.2.6 -D`
2121

2222
NPM mirror:
2323

@@ -27,7 +27,7 @@ NPM mirror:
2727

2828
Enter the app folder and execute:
2929

30-
* `pnpm install electron@37.2.5 -D`
30+
* `pnpm install electron@37.2.6 -D`
3131
* `pnpm run dev`
3232
* `pnpm run start`
3333

.github/CONTRIBUTING_zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
设置 Electron 镜像环境变量并安装 Electron:
1616

17-
* macOS/Linux:`ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.5 -D`
17+
* macOS/Linux:`ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.6 -D`
1818
* Windows:
1919
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
20-
* `pnpm install electron@37.2.5 -D`
20+
* `pnpm install electron@37.2.6 -D`
2121

2222
NPM 镜像:
2323

@@ -27,7 +27,7 @@ NPM 镜像:
2727

2828
进入 app 文件夹执行:
2929

30-
* `pnpm install electron@37.2.5 -D`
30+
* `pnpm install electron@37.2.6 -D`
3131
* `pnpm run dev`
3232
* `pnpm run start`
3333

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"clean-webpack-plugin": "^4.0.0",
5959
"css-loader": "^7.1.2",
6060
"dayjs": "^1.11.5",
61-
"electron": "37.2.5",
61+
"electron": "37.2.6",
6262
"electron-builder": "26.0.12",
6363
"encoding": "^0.1.13",
6464
"esbuild-loader": "^3.0.1",

app/pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)