paw-gui/src-tauri/tauri.macos.conf.json
2025-04-14 19:17:53 +08:00

30 lines
627 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"identifier": "com.paw.paw-gui",
"app": {
"macOSPrivateApi": false,
"windows": [
{
"url": "/",
"title": "paw-gui",
"width": 1420,
"height": 1000,
"minWidth": 1440,
"minHeight": 700,
"maxWidth": 2560,
"maxHeight": 1440,
"decorations": true,
"visible": true,
"center": true,
"hiddenTitle": true,
"transparent": true,
"titleBarStyle": "Overlay"
}
]
},
"bundle": {
"targets": ["app", "dmg"],
"macOS": {}
}
}