Skip to content

Commit

Permalink
Fix: delete debug update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukasaroot committed Mar 26, 2022
1 parent 1282ba4 commit 95de8fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const loadMainWindow = () => {
});

mainWindow.once('ready-to-show', () => {
autoUpdater.checkForUpdates();
autoUpdater.checkForUpdatesAndNotify();
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "longvinter-modtools",
"version": "1.0.2",
"version": "1.0.3",
"description": "Comprehensive modding framework for Longvinter",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95de8fa

Please sign in to comment.