Skip to content

Commit

Permalink
fix: add release-notes.md to asar file
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Nov 15, 2024
1 parent 84bd8f5 commit ffff4f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/suite-desktop/electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ module.exports = {
},
npmRebuild: false,
files: [
// defaults are https://www.electron.build/configuration/contents.html#files
// defaults are https://www.electron.build/configuration#files
'build/**/*',
'dist/**/*.{js,wasm}',
'!**/{tsconfig}*',
'!**/*.{md,js.map}',
'build/release-notes.md',
'!**/node_modules/**/*.{js.flow,ts}',
'!build/static/**/{favicon,icons,bin,browsers}',
'!node_modules/@sentry/**/esm',
Expand Down

0 comments on commit ffff4f8

Please sign in to comment.