diff --git a/apps/code/build/dmg-background.png b/apps/code/build/dmg-background.png index 2a83c5767..09acf9146 100644 Binary files a/apps/code/build/dmg-background.png and b/apps/code/build/dmg-background.png differ diff --git a/apps/code/build/dmg-background@2x.png b/apps/code/build/dmg-background@2x.png index e4eab4e20..950acbd38 100644 Binary files a/apps/code/build/dmg-background@2x.png and b/apps/code/build/dmg-background@2x.png differ diff --git a/apps/code/forge.config.ts b/apps/code/forge.config.ts index ac1506cdf..f52736bf2 100644 --- a/apps/code/forge.config.ts +++ b/apps/code/forge.config.ts @@ -175,10 +175,10 @@ const config: ForgeConfig = { format: "ULFO", background: "./build/dmg-background.png", iconSize: 80, - window: { size: { width: 540, height: 380 } }, + window: { size: { width: 560, height: 380 } }, contents: (opts) => [ - { x: 135, y: 225, type: "file", path: opts.appPath }, - { x: 405, y: 225, type: "link", path: "/Applications" }, + { x: 104, y: 55, type: "file", path: opts.appPath }, + { x: 104, y: 243, type: "link", path: "/Applications" }, ], ...(shouldSignMacApp && appleCodesignIdentity ? {