style: format code

This commit is contained in:
jeasonnow
2023-06-25 15:30:11 +08:00
parent f70920dbbe
commit 03d7a2c7ff
7 changed files with 599 additions and 84 deletions

View File

@@ -1,23 +1,29 @@
{
"tauri": {
"bundle": {
"icon": ["icons/weread.icns"],
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": ["dmg"]
"tauri": {
"bundle": {
"icon": [
"/Users/guyifeng/workspace/seeyon/Pake/src-tauri/icons/icon.icns"
],
"identifier": "pake-4269dd",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"externalBin": [],
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [
"icons/zbook.icns"
],
"shortDescription": "",
"targets": [
"dmg"
]
}
}
}
}