Skip to content

Commit

Permalink
fix: e start with Chromium (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored Jul 9, 2024
1 parent d82bcaa commit 8c73172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions evm-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"type": "boolean",
"default": false
},
"execName": {
"description": "Name of the built executable to run",
"type": "string",
"default": "Electron",
"minLength": 1
},
"extends": {
"description": "Name of base config to extend",
"type": "string",
Expand Down
1 change: 1 addition & 0 deletions example-configs/evm.chromium.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
root: /path/to/chromium/
reclient: remote_exec
defaultTarget: chrome
execName: Chromium
gen:
args:
- use_remoteexec = true
Expand Down

0 comments on commit 8c73172

Please sign in to comment.