-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Upgrade to Electron v33.4.1 #14101
- Loading branch information
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ Install pnpm: `npm install -g [email protected]` | |
|
||
Set the Electron mirror environment variable and install Electron: | ||
|
||
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install [email protected].0 -D` | ||
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install [email protected].1 -D` | ||
* Windows: | ||
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/` | ||
* `pnpm install [email protected].0 -D` | ||
* `pnpm install [email protected].1 -D` | ||
|
||
NPM mirror: | ||
|
||
|
@@ -28,7 +28,7 @@ NPM mirror: | |
|
||
On the desktop, go to the app folder to run: | ||
|
||
* `pnpm install [email protected].0 -D` | ||
* `pnpm install [email protected].1 -D` | ||
* `pnpm run dev` | ||
* `pnpm run start` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ | |
|
||
* macOS/Linux: | ||
``` | ||
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install [email protected].0 -D | ||
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install [email protected].1 -D | ||
``` | ||
* Windows: | ||
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/` | ||
* `pnpm install [email protected].0 -D` | ||
* `pnpm install [email protected].1 -D` | ||
|
||
NPM 镜像: | ||
|
||
|
@@ -30,7 +30,7 @@ NPM 镜像: | |
|
||
桌面端进入 app 文件夹运行: | ||
|
||
* `pnpm install [email protected].0 -D` | ||
* `pnpm install [email protected].1 -D` | ||
* `pnpm run dev` | ||
* `pnpm run start` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.