Batch packaging scheme for migrating the master branch

This commit is contained in:
Tlntin
2023-04-08 10:35:51 +08:00
parent da95422828
commit a46a5d702e
7 changed files with 268 additions and 89 deletions

View File

@@ -1,26 +1,15 @@
{
"tauri": {
"bundle": {
"icon": [
"png/weread_256.ico",
"png/weread_512.png"
],
"icon": ["png/weread_512.png"],
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": [
"libwebkit2gtk-4.0-dev",
"build-essential",
"curl",
"wget",
"libssl-dev",
"libgtk-3-dev",
"libayatana-appindicator3-dev",
"librsvg2-dev",
"gnome-video-effects",
"gnome-video-effects-extra"
"wget"
],
"files": {
"/usr/share/applications/com-tw93-weread.desktop": "assets/com-tw93-weread.desktop"