Skip to content

Commit

Permalink
more cleanup during binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored and AtofStryker committed Sep 1, 2023
1 parent 0aae00b commit eaecc38
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 103 deletions.
2 changes: 2 additions & 0 deletions scripts/binary/binary-cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ const buildEntryPointAndCleanup = async (buildAppDir) => {
path.join(buildAppDir, '**', 'JSV', 'docs'),
path.join(buildAppDir, '**', 'fluent-ffmpeg', 'doc'),
// Files used as part of prebuilding are not necessary
path.join(buildAppDir, '**', 'node_gyp_bins'),
path.join(buildAppDir, '**', 'better-sqlite3', 'bin'),
path.join(buildAppDir, '**', 'registry-js', 'prebuilds'),
path.join(buildAppDir, '**', '*.cc'),
path.join(buildAppDir, '**', '*.o'),
Expand Down
Loading

0 comments on commit eaecc38

Please sign in to comment.