Browse Source

Add process name

master
Loëck Vézien 7 years ago
parent
commit
679bac6563
No known key found for this signature in database GPG Key ID: CBCDCE384E853AC4
  1. 3
      src/main/index.js

3
src/main/index.js

@ -1,5 +1,8 @@
// @flow
process.title = 'ledger-wallet-desktop'
require('../globals')
require('./bridge')
require('./app')

Loading…
Cancel
Save