From e46f74aa0493845b814d33109a77c819665875b9 Mon Sep 17 00:00:00 2001 From: Riceneeder <845541909@qq.com> Date: Tue, 4 Apr 2023 06:51:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9electron=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=8B=89=E5=8F=96=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Riceneeder <845541909@qq.com> --- .workflow/pipeline-build-20220901.yml | 8 ++++---- .workflow/pipeline-build-pr-20220902.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.workflow/pipeline-build-20220901.yml b/.workflow/pipeline-build-20220901.yml index 17125ff..8db1cc1 100644 --- a/.workflow/pipeline-build-20220901.yml +++ b/.workflow/pipeline-build-20220901.yml @@ -24,7 +24,7 @@ stages: - npm i yarn -g - yarn config set registry "https://registry.npmmirror.com" - yarn config set electron_builder_binaries_mirror "https://npmmirror.com/mirrors/electron-builder-binaries/" - - yarn config set electron_mirror "https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/" + - yarn config set electron_mirror "https://github.com/Riceneeder/electron-releases/raw/branch/master/" - mkdir -p /root/.cache/electron-builder/app-builder/ - mkdir ../release - ELECTRON_BUILDER_BINARIES_MIRROR =https://registry.npmmirror.com/binary.html?path=electron-builder-binaries/ @@ -32,19 +32,19 @@ stages: - mkdir -p /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - WORK_DIR=`pwd` - cd /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - - 'wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' + - 'wget https://github.com/Riceneeder/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' - '7z x app-builder-v0.6.1-linux-x64.7z ' - cd $WORK_DIR - '###' - mkdir -p /root/.cache/electron-builder/appimage/appimage-9.0.5 - cd /root/.cache/electron-builder/appimage/appimage-9.0.5 - - wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/appimage-9.0.5.7z + - wget https://github.com/Riceneeder/electron-releases/raw/branch/master/appimage-9.0.5.7z - 7z x appimage-9.0.5.7z - cd $WORK_DIR - '###' - 'mkdir -p /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 ' - 'cd /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 ' - - wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z + - wget https://github.com/Riceneeder/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z - 7z x fpm-1.9.3-2.3.1-linux-x86_64.7z - cd $WORK_DIR - '###' diff --git a/.workflow/pipeline-build-pr-20220902.yml b/.workflow/pipeline-build-pr-20220902.yml index e92bde1..4c8dcd5 100644 --- a/.workflow/pipeline-build-pr-20220902.yml +++ b/.workflow/pipeline-build-pr-20220902.yml @@ -24,7 +24,7 @@ stages: - npm i yarn -g - yarn config set registry "https://registry.npmmirror.com" - yarn config set electron_builder_binaries_mirror "https://npmmirror.com/mirrors/electron-builder-binaries/" - - yarn config set electron_mirror "https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/" + - yarn config set electron_mirror "https://github.com/Riceneeder/electron-releases/raw/branch/master/" - mkdir -p /root/.cache/electron-builder/app-builder/ - mkdir ../release - ELECTRON_BUILDER_BINARIES_MIRROR =https://registry.npmmirror.com/binary.html?path=electron-builder-binaries/ @@ -32,19 +32,19 @@ stages: - mkdir -p /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - WORK_DIR=`pwd` - cd /root/.cache/electron-builder/app-builder/app-builder-v0.6.1-x64 - - 'wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' + - 'wget https://github.com/Riceneeder/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' - '7z x app-builder-v0.6.1-linux-x64.7z ' - cd $WORK_DIR - '###' - mkdir -p /root/.cache/electron-builder/appimage/appimage-9.0.5 - cd /root/.cache/electron-builder/appimage/appimage-9.0.5 - - wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/appimage-9.0.5.7z + - wget https://github.com/Riceneeder/electron-releases/raw/branch/master/appimage-9.0.5.7z - 7z x appimage-9.0.5.7z - cd $WORK_DIR - '###' - 'mkdir -p /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 ' - 'cd /root/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64 ' - - wget https://code.gitlink.org.cn/shenmo7192/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z + - wget https://github.com/Riceneeder/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z - 7z x fpm-1.9.3-2.3.1-linux-x86_64.7z - cd $WORK_DIR - '###'