standard (Fixes for PR #1818)
This commit is contained in:
@@ -6,7 +6,7 @@ function init () {
|
|||||||
const config = require('./config')
|
const config = require('./config')
|
||||||
const { crashReporter } = require('electron')
|
const { crashReporter } = require('electron')
|
||||||
|
|
||||||
crashReporter.start({
|
crashReporter.start({
|
||||||
productName: config.APP_NAME,
|
productName: config.APP_NAME,
|
||||||
submitURL: config.CRASH_REPORT_URL,
|
submitURL: config.CRASH_REPORT_URL,
|
||||||
globalExtra: { _companyName: config.APP_NAME },
|
globalExtra: { _companyName: config.APP_NAME },
|
||||||
|
|||||||
@@ -137,7 +137,6 @@ function init () {
|
|||||||
* Shell
|
* Shell
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
ipcMain.on('openPath', (e, ...args) => {
|
ipcMain.on('openPath', (e, ...args) => {
|
||||||
const shell = require('./shell')
|
const shell = require('./shell')
|
||||||
shell.openPath(...args)
|
shell.openPath(...args)
|
||||||
|
|||||||
Reference in New Issue
Block a user