remove the --app option from the default_app documentation
This commit is contained in:
parent
c7dc901607
commit
1a55cd3efe
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<body>
|
||||
<script>
|
||||
var execPath = require('remote').process.execPath;
|
||||
var command = execPath + '--app=path-to-your-app';
|
||||
var command = execPath + ' path-to-your-app';
|
||||
|
||||
document.onclick = function(e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue