💄 Update default_app to ES6 conventions

Add space before object literal method
This commit is contained in:
Steve Kinney
2016-05-06 17:53:50 -06:00
parent c18880bd77
commit b6fd4fed38
3 changed files with 31 additions and 39 deletions

View File

@@ -113,9 +113,7 @@
</head>
<body>
<script>
const electron = require('electron');
const remote = electron.remote;
const shell = electron.shell;
const {remote, shell} = require('electron');
var execPath = remote.process.execPath;
var command = execPath + ' path-to-your-app';