Skip to content
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const config: ForgeConfig = {
? []
: [
new MakerDMG(
// @ts-expect-error - https://github.com/electron/forge/issues/3712
{
icon: 'assets/studio-app-icon.icns',
background: 'assets/dmg-background.png',
Expand Down
Loading