mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user