Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: filename
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Aug 23, 2023
commit 3a459963f45c8b81884c0b662b4033dfe3420729
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class FixAppImageIcon implements ElectronMainApplicationContribution {
'..',
'resources',
'icons',
'512-512.png'
'512x512.png'
);
}
}
Expand Down