Skip to content

Commit

Permalink
Update repository references in auto-updater configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaeon committed Dec 9, 2024
1 parent 729729c commit 7487b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
try {
autoUpdater.setFeedURL({
provider: 'github',
owner: 'nekupaw',
repo: 'gemini-desktop',
owner: 'ninjaeon',
repo: 'gemini-desktop-fork',
});

autoUpdater.on('error', (error) => {
Expand Down

0 comments on commit 7487b1b

Please sign in to comment.