Skip to content

Commit

Permalink
add apps icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rezadaulay committed May 8, 2024
1 parent 5d53473 commit 43ca64e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added assets/icons/icon.icns
Binary file not shown.
Binary file added assets/icons/icon.ico
Binary file not shown.
5 changes: 4 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ import { FuseV1Options, FuseVersion } from '@electron/fuses';

const config: ForgeConfig = {
packagerConfig: {
icon: './assets/icons/icon',
asar: true,
},
rebuildConfig: {},
makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],
makers: [new MakerSquirrel({
setupIcon: './assets/icons/icon'
}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})],
plugins: [
new VitePlugin({
// `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc.
Expand Down

0 comments on commit 43ca64e

Please sign in to comment.