Skip to content

Commit

Permalink
fix: Lint forever
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Jul 28, 2020
1 parent 572b008 commit 8f7365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/update.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8f7365e

Please sign in to comment.