Skip to content

Commit

Permalink
Revert "Remove sequential flag; bundle is no longer async"
Browse files Browse the repository at this point in the history
This reverts commit 300d04a.
  • Loading branch information
ArcticFqx committed Dec 17, 2024
1 parent 300d04a commit ab4aa80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/win-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export default function bundleWinApp() {
name: "build-windows-bundle",
apply: "build",
enforce: "pre",
closeBundle: BundleWinApp,
closeBundle: {
handler: BundleWinApp,
sequential: true,
},
} as PluginOption;
}

0 comments on commit ab4aa80

Please sign in to comment.