Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
RatWasHere committed Jul 29, 2023
1 parent 94493f0 commit 4ea89f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ app.on("ready", () => {
}
});

const { autoUpdater } = require("electron");
const { autoUpdater } = require("electron-updater");

autoUpdater.setFeedURL({
url: "https://github.com/RatWasHere/Studio-Bot-Maker",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"cert": "electron-builder create-self-signed-cert -p StudioCertificate",
"pretty": "prettier . --write"
},
"version": "3.5.0"
"version": "3.5.1"
}

0 comments on commit 4ea89f5

Please sign in to comment.