commit
e14d472934
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,8 @@ Adds `tasks` to the [Tasks][tasks] category of the JumpList on Windows.
|
||||||
|
|
||||||
`tasks` is an array of `Task` objects in the following format:
|
`tasks` is an array of `Task` objects in the following format:
|
||||||
|
|
||||||
`Task` Object
|
`Task` Object:
|
||||||
|
|
||||||
* `program` String - Path of the program to execute, usually you should
|
* `program` String - Path of the program to execute, usually you should
|
||||||
specify `process.execPath` which opens the current program.
|
specify `process.execPath` which opens the current program.
|
||||||
* `arguments` String - The command line arguments when `program` is
|
* `arguments` String - The command line arguments when `program` is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue