mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
remove the --app option from the default_app documentation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user