From 783d0f15b88246e9eca27ea428bc2c04b83c28c6 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 3 Mar 2025 10:32:27 +0000 Subject: [PATCH] lint --- .github/workflows/build_windows.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 7a25817d..349daf56 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -110,16 +110,15 @@ jobs: if: steps.config.outputs.extra_config != '' shell: bash run: | - mkdir config-edit - yarn asar extract webapp.asar config-edit - cd config-edit - mv config.json old-config.json - echo '${{ steps.config.outputs.extra_config }}' | jq -s '.[0] * .[1]' old-config.json - > config.json - rm old-config.json - cd .. - rm webapp.asar - yarn asar pack config-edit/ webpack.asar - + mkdir config-edit + yarn asar extract webapp.asar config-edit + cd config-edit + mv config.json old-config.json + echo '${{ steps.config.outputs.extra_config }}' | jq -s '.[0] * .[1]' old-config.json - > config.json + rm old-config.json + cd .. + rm webapp.asar + yarn asar pack config-edit/ webpack.asar - name: Set up sqlcipher macros if: steps.cache.outputs.cache-hit != 'true' && contains(inputs.arch, 'arm')