Skip to content

Commit

Permalink
Update remove url
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Jan 11, 2024
1 parent c90b748 commit 4d735b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const config: ForgeConfig = {
description: 'Your desktop wallet on The Open Network',
iconUrl: 'https://tonkeeper.com/assets/icon.ico',
setupIcon: path.join(process.cwd(), 'public', 'icon.ico'),
loadingGif: path.join(process.cwd(), 'public', 'install.gif')
loadingGif: path.join(process.cwd(), 'public', 'install.gif'),
remoteReleases: 'https://github.com/tonkeeper/tonkeeper-web'
},
['win32']
),
Expand Down

0 comments on commit 4d735b2

Please sign in to comment.