Skip to content

Commit

Permalink
silly me, forgot feed url
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkShoro committed Jun 16, 2024
1 parent 35c8fe6 commit 91f87f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ const AbortController = require('abort-controller');
if (require("electron-squirrel-startup")) app.quit();

// Check for updates except for macOS
if (process.platform != "darwin") require("update-electron-app")({
/*if (process.platform != "darwin") require("update-electron-app")({
repo: "DarkShoro/HeaventyFlashorama"
}); */

autoUpdater.setFeedURL({
provider: "github",
owner: "DarkShoro",
repo: "HeaventyFlashorama",
private: false
});

// Prevent Electron from automatically downloading updates
Expand Down

0 comments on commit 91f87f3

Please sign in to comment.