Skip to content

Commit

Permalink
Fix extraResources again
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Nov 1, 2024
1 parent 811324b commit fd155ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,15 @@ let options = {
//
// Below we copy over `ppm` itself, but it might have its name changed in
// the process depending on the release channel.
from: 'ppm',
filter: [
// Everything below `ppm`…
'ppm/**',
// …except for files inside the `bin` directory.
'!ppm/bin'
],
to: 'app/ppm'
// This somehow puts it all in the right place with the `ppm` folder
// intact.
to: 'app'
},
// This shell script is used on macOS and Linux; it doesn't hurt to include
// it on Windows, and it might even be consumed in WSL or Cygwin
Expand Down

0 comments on commit fd155ed

Please sign in to comment.