From 833f3c6bb02428b91dd69df99da5d21b9b05060a Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Mon, 22 Mar 2021 18:20:39 +0800 Subject: [PATCH] fix bug Former-commit-id: 38aa55c45759bd89651d36678cce0e571c423983 --- _appveyor.yml => -appveyor.yml | 4 ++-- appveyor.yml | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) rename _appveyor.yml => -appveyor.yml (84%) diff --git a/_appveyor.yml b/-appveyor.yml similarity index 84% rename from _appveyor.yml rename to -appveyor.yml index 84c1b25f..a1f0b02e 100644 --- a/_appveyor.yml +++ b/-appveyor.yml @@ -5,6 +5,8 @@ branches: - master image: + - Visual Studio 2019 + - maco - Ubuntu stack: node 10 @@ -17,8 +19,6 @@ cache: init: - git config --global core.autocrlf input - - sudo snap install snapcraft --classic - - sudo apt-get install rpm install: - git reset --hard HEAD diff --git a/appveyor.yml b/appveyor.yml index a1f0b02e..84c1b25f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,6 @@ branches: - master image: - - Visual Studio 2019 - - maco - Ubuntu stack: node 10 @@ -19,6 +17,8 @@ cache: init: - git config --global core.autocrlf input + - sudo snap install snapcraft --classic + - sudo apt-get install rpm install: - git reset --hard HEAD diff --git a/yarn.lock b/yarn.lock index 4b25cca8..4f6023c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4966,10 +4966,10 @@ electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564: resolved "https://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.564.tgz?cache=0&sync_timestamp=1599566646599&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.564.tgz#e9c319ae437b3eb8bbf3e3bae4bead5a21945961" integrity sha1-6cMZrkN7Pri78+O65L6tWiGUWWE= -electron@11.3.0: - version "11.3.0" - resolved "https://registry.npm.taobao.org/electron/download/electron-11.3.0.tgz?cache=0&sync_timestamp=1616087251600&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-11.3.0.tgz#87e8528fd23ae53b0eeb3a738f1fe0a3ad27c2db" - integrity sha1-h+hSj9I65TsO6zpzjx/go60nwts= +electron@9.4.4: + version "9.4.4" + resolved "https://registry.npm.taobao.org/electron/download/electron-9.4.4.tgz?cache=0&sync_timestamp=1616087251600&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Felectron%2Fdownload%2Felectron-9.4.4.tgz#2a74a0655a74bd326216672c5ae6ed3a44451446" + integrity sha1-KnSgZVp0vTJiFmcsWubtOkRFFEY= dependencies: "@electron/get" "^1.0.1" "@types/node" "^12.0.12"