Skip to content

Commit

Permalink
Fix extraResources option
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Nov 1, 2024
1 parent 11d930a commit 811324b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ let options = {
//
// Below we copy over `ppm` itself, but it might have its name changed in
// the process depending on the release channel.
from: [
from: 'ppm',
filter: [
// Everything below `ppm`…
'ppm/**',
// …except for files inside the `bin` directory.
Expand Down

0 comments on commit 811324b

Please sign in to comment.