From de77740a23abef74b5da0e2df3d6f82c15fa3984 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Thu, 5 Feb 2026 15:26:14 +0530 Subject: [PATCH] chore: add custom DMG background for macOS app - Updated tauri.conf.json to include a custom background image for the DMG installer on macOS, enhancing the visual presentation of the application. --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6ebf93b41..1c63cf719 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,6 +40,9 @@ "resources": ["../skills/skills"], "macOS": { "minimumSystemVersion": "10.15", + "dmg": { + "background": "./images/background-dmg.svg" + }, "frameworks": [ "./libraries/libtdjson.1.8.29.dylib", "./libraries/libssl.3.dylib",