Skip to content

Commit

Permalink
Remote ico icon for setup file (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita authored Jan 11, 2024
1 parent e88976e commit f2bf008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const config: ForgeConfig = {
name: 'Tonkeeper',
authors: 'Ton Apps Group',
description: 'Your desktop wallet on The Open Network',
iconUrl: path.join(process.cwd(), 'public', 'icon.ico'),
iconUrl: 'https://tonkeeper.com/assets/icon.ico',
setupIcon: path.join(process.cwd(), 'public', 'icon.ico')
},
['win32']
Expand Down

0 comments on commit f2bf008

Please sign in to comment.