mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2024-12-28 02:32:13 +00:00
fix: Lint forever
This commit is contained in:
parent
572b00877c
commit
8f7365e895
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user