import { app } from 'electron'; import isInstallStartup from 'electron-squirrel-startup'; if (isInstallStartup) { app.quit(); }