Skip to content

Commit 05fa8f2

Browse files
authored
Updated Windows app icon (#101)
* Updated Windows app icon The .icon file now contains different versions at 16, 24, 32, 48, 64, 128, and 256 pixels to avoid issues with Windows auto-scaling the icon. * Bump version on hosting Windows app icon. * Updated Windows app icon.
1 parent 42596a9 commit 05fa8f2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

‎assets/studio-app-icon.ico‎

97.6 KB
Binary file not shown.

‎forge.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config: ForgeConfig = {
4242
setupIcon: './assets/studio-app-icon.ico',
4343
// This icon is shown in Control Panel -> Programs and Features
4444
// Windows Explorer caches the icon agressively; use the cache busting param when necessary.
45-
iconUrl: 'https://s0.wp.com/i/studio-app/studio-app-icon.ico?v=2',
45+
iconUrl: 'https://s0.wp.com/i/studio-app/studio-app-icon.ico?v=3',
4646

4747
setupExe: 'studio-setup.exe',
4848

0 commit comments

Comments
 (0)