Google authentication

This commit is contained in:
Geomitron
2020-08-30 18:55:03 -04:00
parent 4878d43919
commit 442cccb271
12 changed files with 857 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ import { getIPCInvokeHandlers, getIPCEmitHandlers, IPCEmitEvents } from './share
import { getSettingsHandler } from './ipc/SettingsHandler.ipc'
import { dataPath } from './shared/Paths'
let mainWindow: BrowserWindow
export let mainWindow: BrowserWindow
const args = process.argv.slice(1)
const isDevBuild = args.some(val => val == '--dev')