forked from yaklang/yakit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
v1ll4n
committed
Oct 21, 2021
1 parent
2f28141
commit fcedbd2
Showing
4 changed files
with
61 additions
and
19 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" | ||
export ELECTRON_CUSTOM_DIR="{{ version }}" | ||
export ELECTRON_CUSTOM_DIR="15.3.0" |
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
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 |
---|---|---|
|
@@ -36,10 +36,10 @@ | |
ajv "^6.12.0" | ||
ajv-keywords "^3.4.1" | ||
|
||
"@electron/get@^1.0.1": | ||
version "1.12.4" | ||
resolved "https://registry.npm.taobao.org/@electron/get/download/@electron/get-1.12.4.tgz" | ||
integrity sha1-pZcRE/wb+PoSqHidwgFSpzWfBqs= | ||
"@electron/get@^1.13.0": | ||
version "1.13.0" | ||
resolved "https://registry.nlark.com/@electron/get/download/@electron/get-1.13.0.tgz#95c6bcaff4f9a505ea46792424f451efea89228c" | ||
integrity sha1-lca8r/T5pQXqRnkkJPRR7+qJIow= | ||
dependencies: | ||
debug "^4.1.1" | ||
env-paths "^2.2.0" | ||
|
@@ -864,12 +864,12 @@ [email protected]: | |
lazy-val "^1.0.5" | ||
mime "^2.5.2" | ||
|
||
electron@^13.1.7: | ||
version "13.1.7" | ||
resolved "https://registry.nlark.com/electron/download/electron-13.1.7.tgz" | ||
integrity sha1-fhf1yTqNGCoqSGiE/tPcNKsQG+k= | ||
electron@^15.3.0: | ||
version "15.3.0" | ||
resolved "https://registry.npmmirror.com/electron/download/electron-15.3.0.tgz?cache=0&sync_timestamp=1634791314915&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Felectron%2Fdownload%2Felectron-15.3.0.tgz#f9803c5a05b2dac12efc6d4203492c7e204b4819" | ||
integrity sha1-+YA8WgWy2sEu/G1CA0ksfiBLSBk= | ||
dependencies: | ||
"@electron/get" "^1.0.1" | ||
"@electron/get" "^1.13.0" | ||
"@types/node" "^14.6.2" | ||
extract-zip "^1.0.3" | ||
|
||
|