(a, c)
| 7 | const desktopPath = join(app.getPath('appData'), 'autostart', app.getName() + '.desktop'); |
| 8 | |
| 9 | const reg = (a, c) => require('child_process').execFile('reg.exe', a, c); |
| 10 | const queuePrefix = [ 'HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run', '/v', appName ]; |
| 11 | |
| 12 | exports.install = cb => { |