Files
Pake/src-tauri/tauri.macos.conf.json
2023-04-09 09:44:12 +08:00

24 lines
512 B
JSON

{
"tauri": {
"bundle": {
"icon": ["icons/weread.icns"],
"identifier": "com.tw93.weread1",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": ["dmg"]
}
}
}