Skip to content

Commit cc886d0

Browse files
committed
Add plugs for home and removable-media in electron-builder config
1 parent be7769b commit cc886d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

electron-builder.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const config = {
77
base: 'core22', // Must match build server (currently Ubuntu 22.04)
88
grade: 'stable',
99
confinement: 'strict',
10+
plugs: ['home', 'removable-media'],
1011
},
1112
fileAssociations: [
1213
{
@@ -75,7 +76,8 @@ const config = {
7576
category: 'Audio',
7677
artifactName: `\${productName}-${getFullVersion()}.\${ext}`,
7778
synopsis: 'The audio player that keeps it simple.',
78-
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.',
7981
},
8082
};
8183

0 commit comments

Comments
 (0)