Skip to content

Commit

Permalink
build: handle icon in config
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 2, 2023
1 parent 9a9a873 commit d94d30e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ const config = {
name: '@electron-forge/maker-snap',
platforms: ['linux'],
config: {
...commonLinuxConfig,
appConfig: {
icon: path.resolve(iconDir, 'fiddle.svg'),
},
features: {
audio: true,
video: true,
Expand Down

0 comments on commit d94d30e

Please sign in to comment.