This looks a bit odd on the site: http://electron.atom.io/docs/v0.36.0/api/app/#app-setusertasks-tasks-windows
This commit is contained in:
Jason Zhekov 2015-12-22 09:04:36 +02:00
Родитель c68e38f480
Коммит 2f732a7c0f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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:
`Task` Object
`Task` Object:
* `program` String - Path of the program to execute, usually you should
specify `process.execPath` which opens the current program.
* `arguments` String - The command line arguments when `program` is