Skip to content

Commit

Permalink
fix: remove the electron-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Oct 31, 2020
1 parent 1b137f3 commit e450b45
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/index.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
// Set environment for development
// process.env.NODE_ENV = 'development';

// Install `electron-debug` with `devtron`
require('electron-debug')({
showDevTools: true
});

import { autoUpdater } from 'electron-updater';

require('electron').app.on('web-contents-created', (event, contents) => {
contents.openDevTools();
})

autoUpdater.setFeedURL({
provider: 'github',
repo: 'x-minecraft-launcher',
Expand Down

0 comments on commit e450b45

Please sign in to comment.