From 678f880b7e1d5809d1519ebf4372ae1f0cb83303 Mon Sep 17 00:00:00 2001 From: Riceneeder <845541909@qq.com> Date: Tue, 4 Apr 2023 06:56:56 +0000 Subject: [PATCH] =?UTF-8?q?electron=E4=BE=9D=E8=B5=96=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=AD=A3?= 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 8db1cc1..94155b8 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://github.com/Riceneeder/electron-releases/raw/branch/master/" + - yarn config set electron_mirror "https://github.com/Riceneeder/electron-releases/raw/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://github.com/Riceneeder/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' + - 'wget https://github.com/Riceneeder/electron-releases/raw/master/fpm-1.9.3-2.3.1-linux-x86_64.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://github.com/Riceneeder/electron-releases/raw/branch/master/appimage-9.0.5.7z + - wget https://github.com/Riceneeder/electron-releases/raw/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://github.com/Riceneeder/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z + - wget https://github.com/Riceneeder/electron-releases/raw/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 4c8dcd5..918c373 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://github.com/Riceneeder/electron-releases/raw/branch/master/" + - yarn config set electron_mirror "https://github.com/Riceneeder/electron-releases/raw/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://github.com/Riceneeder/electron-releases/raw/branch/master/app-builder-v0.6.1-linux-x64.7z ' + - 'wget https://github.com/Riceneeder/electron-releases/raw/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://github.com/Riceneeder/electron-releases/raw/branch/master/appimage-9.0.5.7z + - wget https://github.com/Riceneeder/electron-releases/raw/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://github.com/Riceneeder/electron-releases/raw/branch/master/fpm-1.9.3-2.3.1-linux-x86_64.7z + - wget https://github.com/Riceneeder/electron-releases/raw/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 - '###'