Skip to content

Commit

Permalink
fixup! remove gdpr for local files
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Nov 21, 2024
1 parent 01fd515 commit 9d67f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Set to offline deployment
run: |
jq '.online_deployment = true' settings.json > tmp.json && mv tmp.json settings.json
jq '.online_deployment = false' settings.json > tmp.json && mv tmp.json settings.json
- name: Copy everything to dist directory
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Set to offline deployment
run: |
jq '.online_deployment = true' settings.json > tmp.json && mv tmp.json settings.json
jq '.online_deployment = false' settings.json > tmp.json && mv tmp.json settings.json
- name: Create All-in-one executable folder
run: |
Expand Down

0 comments on commit 9d67f28

Please sign in to comment.