Skip to content

Commit 526e075

Browse files
authored
fix: run nsis builds (and portable builds) sequentially (#7798)
1 parent 2ca6212 commit 526e075

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/tough-roses-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
fix: run nsis and portable builds sequentially. fixes #7791

packages/app-builder-lib/src/targets/nsis/NsisTarget.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class NsisTarget extends Target {
4242

4343
/** @private */
4444
readonly archs: Map<Arch, string> = new Map()
45+
readonly isAsyncSupported = false;
4546

4647
constructor(readonly packager: WinPackager, readonly outDir: string, targetName: string, protected readonly packageHelper: AppPackageHelper) {
4748
super(targetName)

0 commit comments

Comments
 (0)