增加Linux中文包名支持,优化批量打包程序
This commit is contained in:
10
src-tauri/assets/com-tw93-weread.desktop
Normal file
10
src-tauri/assets/com-tw93-weread.desktop
Normal 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
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user