🐛 Fixed the issue of package file transfer under Linux

This commit is contained in:
Tw93
2025-08-21 20:31:55 +08:00
parent 65cf0d272b
commit e2bc7859e2
2 changed files with 3 additions and 6 deletions

View File

@@ -5,10 +5,7 @@
"active": true,
"linux": {
"deb": {
"depends": ["curl", "wget"],
"files": {
"/usr/share/applications/com-pake-weekly.desktop": "assets/com-pake-weekly.desktop"
}
"depends": ["curl", "wget"]
}
},
"targets": ["deb", "appimage"]