Skip to content

Commit 7ba4fea

Browse files
authored
fix: support mas packages for flipping fuses (#8947)
1 parent e4d00c6 commit 7ba4fea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/bright-students-add.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: support `mas` packages for flipping fuses

packages/app-builder-lib/src/platformPackager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>
422422

423423
const ext = {
424424
darwin: ".app",
425+
mas: ".app",
425426
win32: ".exe",
426427
linux: "",
427428
}[electronPlatformName]

0 commit comments

Comments
 (0)