export const WINDOW_CLOSE_EVENT = "window-close" export const OPEN_SETTINGS_EVENT = "open-settings" export const SETTINGS_CHANGE_EVENT = "settings-change" export const UPDATE_AVAILABLE_EVENT = "update-available" export const UPDATE_NOT_AVAILABLE_EVENT = "update-not-available" export const UPDATE_DOWNLOADED = "update-downloaded" export const UPDATE_ERROR = "update-error" export const UPDATE_DOWNLOAD_PROGRESS = "update-download-progress" export const UPDATE_START_DOWNLOAD = "auto-update:startDownload" export const UPDATE_INSTALL_AND_RESTART = "auto-update:installAndRestart" export const UPDATE_CHECK_FOR_UPDATES = "auto-update:checkForUpdates"