Customize DMG Window

did:plc:xg2vq45muivyy3xwatcehspu opened this 28d ago 0 comments
did:plc:xg2vq45muivyy3xwatcehspu opened 28d ago

Tauri exposes bundle configuration options allowing us to customize this

{
  "bundle": {
    "active": true,
    "targets": ["dmg"],
    "macOS": {
      "dmg": {
        "background": "./src-tauri/dmg-background.png",
        "windowSize": {
          "width": 700,
          "height": 460
        },
        "appPosition": {
          "x": 180,
          "y": 220
        },
        "applicationFolderPosition": {
          "x": 500,
          "y": 220
        }
      }
    }
  }
}

Inspired by this post on bsky and it's reply

No activity yet.

cospan · schematic version control on atproto built on AT Protocol