增加Linux中文包名支持,优化批量打包程序

This commit is contained in:
Tlntin
2022-11-18 20:44:13 +08:00
parent 6939518c2d
commit 084e931a7e
6 changed files with 37 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Categories=Office
Exec=com-tw93-weread
Icon=com-tw93-weread
Name=com-tw93-weread
Name[zh_CN]=微信阅读
StartupNotify=true
Terminal=false
Type=Application

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,6 +1,6 @@
{
"package": {
"productName": "weRead",
"productName": "com.tw93.weread",
"version": "0.2.0"
},
"tauri": {
@@ -19,11 +19,11 @@
},
"bundle": {
"icon": [
"icons/weRead.icns",
"icons/weread.icns",
"icons/icon.ico",
"png/weRead_512.png"
"png/weread_512.png"
],
"identifier": "com.tw93.weRead",
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
@@ -37,7 +37,10 @@
"libgtk-3-dev",
"libayatana-appindicator3-dev",
"librsvg2-dev"
]
],
"files": {
"/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop"
}
},
"externalBin": [],
"longDescription": "",
@@ -50,7 +53,7 @@
},
"resources": [],
"shortDescription": "",
"targets": "all",
"targets": ["deb", "msi", "dmg"],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",