Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@
// vendors two artifacts into this directory: the shared av*.dll set,
// which the D3D11 compositor addon dlopens at require() time and
// therefore MUST ship, and a standalone static ffmpeg.exe that nothing
// in the app spawns it exists for scripts/bench-export.mjs. Shipping
// it added a large binary to every Windows installer, plus an LGPL
// redistribution obligation, for a file no shipped code opens.
// in the app spawns. Shipping it added a large binary to every Windows
// installer, plus an LGPL redistribution obligation, for a file no
// shipped code opens.
"filter": ["win32-*/*", "!win32-*/ffmpeg.exe"]
}
],
Expand Down
329 changes: 0 additions & 329 deletions scripts/bench-export.mjs

This file was deleted.

Loading
Loading