Skip to content

Commit

Permalink
feat: add file associations to app (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov authored Jan 11, 2022
1 parent 1ebf468 commit 3ae9516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/electron-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ export default {
extraMetadata: {
main: 'src/main/index.js'
},
fileAssociations: [
{ name: 'JPG', ext: 'jpg' },
{ name: 'PNG', ext: 'png' },
{ name: 'GIF', ext: 'gif' },
{ name: 'SVG', ext: 'svg' }
],
files: [
'!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}',
'!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}',
Expand Down

0 comments on commit 3ae9516

Please sign in to comment.