Skip to content

Commit

Permalink
fix(bld): pass nw manifest correctly when managedManifest is true (#1176
Browse files Browse the repository at this point in the history
)
  • Loading branch information
WankkoRee authored Jul 27, 2024
1 parent 7c73903 commit 949c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async function bld({
typeof managedManifest === "object" ||
typeof managedManifest === "string"
) {
await manageManifest({ manifest, managedManifest, outDir, platform });
await manageManifest({ nwPkg: manifest, managedManifest, outDir, platform });
}

if (platform === "linux") {
Expand Down

0 comments on commit 949c4b7

Please sign in to comment.