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.
This commit is contained in:
Steven Enamakel
2026-02-05 15:26:14 +05:30
parent a4b61d305d
commit de77740a23
+3
View File
@@ -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",