Skip to content

Commit 0b643aa

Browse files
authored
Merge pull request #7 from ukiryu/fix-inkscape-batch-process-default
fix(inkscape): fix batch_process default in v2 implementation file
2 parents f650eb4 + 4041c05 commit 0b643aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/inkscape/default/1.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ execution_profiles:
150150
- name: batch_process
151151
cli: "--batch-process"
152152
position_constraint: prefix
153-
description: Close GUI after processing (required for headless)
154-
default: true
153+
description: Close GUI after processing (forces GUI to show, not for headless CI)
154+
default: false
155155
assignment_delimiter: none
156156
name: export
157157
- description: Query document dimensions

0 commit comments

Comments
 (0)