fix: Lint forever

This commit is contained in:
Felix Rieseberg 2020-07-28 16:54:36 -07:00
parent 572b00877c
commit 8f7365e895

View File

@ -1,7 +1,7 @@
const { app } = require("electron");
function setupUpdates() {
if (app.isPackaged && process.platform !== 'linux') {
if (app.isPackaged && process.platform !== "linux") {
require("update-electron-app")({
repo: "felixrieseberg/macintosh.js",
updateInterval: "1 hour",