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 be7769b commit cc886d0Copy full SHA for cc886d0
electron-builder.config.js
@@ -7,6 +7,7 @@ const config = {
7
base: 'core22', // Must match build server (currently Ubuntu 22.04)
8
grade: 'stable',
9
confinement: 'strict',
10
+ plugs: ['home', 'removable-media'],
11
},
12
fileAssociations: [
13
{
@@ -75,7 +76,8 @@ const config = {
75
76
category: 'Audio',
77
artifactName: `\${productName}-${getFullVersion()}.\${ext}`,
78
synopsis: 'The audio player that keeps it simple.',
- description: 'Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible.',
79
+ description:
80
+ 'Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible.',
81
82
};
83
0 commit comments