mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix path of module & contactform
This commit is contained in:
@@ -3,7 +3,7 @@ const app = electron.app
|
||||
const ipc = electron.ipcMain
|
||||
const globalShortcut = electron.globalShortcut
|
||||
const jetpack = require('fs-jetpack')
|
||||
const mainWindow = require('./atom-lib/main-window')
|
||||
const mainWindow = require('./main-window')
|
||||
const nodeIpc = require('@rokt33r/node-ipc')
|
||||
|
||||
var userDataPath = app.getPath('userData')
|
||||
|
||||
Reference in New Issue
Block a user