Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit b44ace7

Browse files
committed
feature: #11 调整储存位置为当前软件目录下
1 parent 776e0d7 commit b44ace7

File tree

12 files changed

+40555
-15906
lines changed

12 files changed

+40555
-15906
lines changed

.npmrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/
2-
ELECTRON_BUILDER_BINARIES_MIRROR=https://npm.taobao.org/mirrors/electron-builder-binaries/
1+
ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
2+
ELECTRON_CUSTOM_DIR="{{ version }}"

.yarnrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
electron_mirror "https://npm.taobao.org/mirrors/electron/"
2-
electron_builder_binaries_mirror "https://npm.taobao.org/mirrors/electron-builder-binaries/"
1+
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
2+
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/

0 commit comments

Comments
 (0)