Skip to content

Commit 8f7365e

Browse files
fix: Lint forever
1 parent 572b008 commit 8f7365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/update.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { app } = require("electron");
22

33
function setupUpdates() {
4-
if (app.isPackaged && process.platform !== 'linux') {
4+
if (app.isPackaged && process.platform !== "linux") {
55
require("update-electron-app")({
66
repo: "felixrieseberg/macintosh.js",
77
updateInterval: "1 hour",

0 commit comments

Comments
 (0)