We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9a873 commit d94d30eCopy full SHA for d94d30e
forge.config.js
@@ -138,7 +138,9 @@ const config = {
138
name: '@electron-forge/maker-snap',
139
platforms: ['linux'],
140
config: {
141
- ...commonLinuxConfig,
+ appConfig: {
142
+ icon: path.resolve(iconDir, 'fiddle.svg'),
143
+ },
144
features: {
145
audio: true,
146
video: true,
0 commit comments