🚧 tauri 2.0

This commit is contained in:
Tw93
2024-11-10 22:25:37 +08:00
parent ed135aad02
commit c2ba0c8b76
7 changed files with 53 additions and 57 deletions

View File

@@ -1,21 +1,21 @@
{
"productName": "weread",
"identifier": "com.pake.weread",
"bundle": {
"icon": ["png/weread_512.png"],
"active": true,
"category": "DeveloperTool",
"copyright": "",
"linux": {
"deb": {
"depends": ["curl", "wget"],
"files": { "/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop" }
}
},
"externalBin": [],
"longDescription": "",
"resources": [],
"shortDescription": "",
"targets": ["deb", "appimage"]
}
"bundle": {
"icon": ["png/weread_512.png"],
"active": true,
"category": "DeveloperTool",
"copyright": "",
"linux": {
"deb": {
"depends": ["curl", "wget"],
"files": { "/usr/share/applications/com-pake-weread.desktop": "assets/com-pake-weread.desktop" }
}
},
"externalBin": [],
"longDescription": "",
"resources": [],
"shortDescription": "",
"targets": ["deb", "appimage"]
}
}