Skip to content

Commit

Permalink
chore: Remove mac updater from electron main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmlxn committed Jun 4, 2024
1 parent d39cafb commit ab2a260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dotenv.config();
const singleInstanceLock = app.requestSingleInstanceLock();
if (!singleInstanceLock) app.quit();

// Attach mac updater
const macUpdater = setupMacUpdater(app);

const platform = os.platform();
Expand Down

0 comments on commit ab2a260

Please sign in to comment.