Skip to content

Commit

Permalink
feat: include the license in compiled app
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 25, 2024
1 parent 319af50 commit d63b43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default /** @type import('electron-builder').Configuration */
*/
artifactName: '${productName}-${version}-${os}-${arch}.${ext}',
files: [
'LICENSE*',
'packages/entry-point.js',
'!node_modules/@vite-electron-builder/**',
...await getListOfFilesFromEachWorkspace(),
Expand Down

0 comments on commit d63b43b

Please sign in to comment.