Ark
import {app, BrowserWindow} from "electron"
let mainWindow = require('./window')
app.whenReady().then(() => {mainWindow.launch()})