Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix build on macos @electron/fuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Feb 25, 2024
1 parent a460c97 commit 421e07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function addElectronFuses(context) {
arch,
} = context;
const ext = {
darwin: ".dmg",
darwin: ".app",
win32: ".exe",
linux: [""],
}[electronPlatformName];
Expand Down

0 comments on commit 421e07c

Please sign in to comment.