This commit is contained in:
Half-Shot 2025-03-03 10:32:27 +00:00
parent 0fc37c929a
commit 783d0f15b8

View File

@ -110,16 +110,15 @@ jobs:
if: steps.config.outputs.extra_config != '' if: steps.config.outputs.extra_config != ''
shell: bash shell: bash
run: | run: |
mkdir config-edit mkdir config-edit
yarn asar extract webapp.asar config-edit yarn asar extract webapp.asar config-edit
cd config-edit cd config-edit
mv config.json old-config.json mv config.json old-config.json
echo '${{ steps.config.outputs.extra_config }}' | jq -s '.[0] * .[1]' old-config.json - > config.json echo '${{ steps.config.outputs.extra_config }}' | jq -s '.[0] * .[1]' old-config.json - > config.json
rm old-config.json rm old-config.json
cd .. cd ..
rm webapp.asar rm webapp.asar
yarn asar pack config-edit/ webpack.asar yarn asar pack config-edit/ webpack.asar
- name: Set up sqlcipher macros - name: Set up sqlcipher macros
if: steps.cache.outputs.cache-hit != 'true' && contains(inputs.arch, 'arm') if: steps.cache.outputs.cache-hit != 'true' && contains(inputs.arch, 'arm')