Skip to content

Commit

Permalink
ласт правки
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Nov 12, 2023
1 parent 4f11203 commit f2e15e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/main/core/LauncherWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export class LauncherWindow {
* Launcher initialization
*/
createWindow() {
autoUpdater.setFeedURL({
provider: 'generic',
url: apiConfig.update,
});
// autoUpdater.setFeedURL({
// provider: 'generic',
// url: apiConfig.update,
// });
autoUpdater.checkForUpdatesAndNotify();
// This method will be called when Electron has finished
// initialization and is ready to create browser windows.
Expand Down

0 comments on commit f2e15e5

Please sign in to comment.