Skip to content

Commit

Permalink
fix win icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 29, 2024
1 parent f9cd3b9 commit 4f21faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (process.env.NODE_ENV === 'production') {
const config: ForgeConfig = {
packagerConfig: {
asar: true,
icon: './assets/iconset',
icon: './assets/icon',
executableName:
process.platform === 'linux' ? 'etcher-ng' : 'Etcher-ng',
appBundleId: 'io.alex313031.etcher',
Expand Down

0 comments on commit 4f21faa

Please sign in to comment.