Skip to content

Commit

Permalink
fix(bld): correct fs.promises.copyFile function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 25, 2024
1 parent 33e1ebd commit 63fd422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bld.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ async function bld({
: 'nwjs.app/Contents/Resources/app.nw',
file,
),
{ recursive: true, verbatimSymlinks: true },
);
}
} else {
Expand Down

0 comments on commit 63fd422

Please sign in to comment.