Files
Pake/src-tauri/tauri.linux.conf.json
2025-12-18 15:48:36 +08:00

14 lines
223 B
JSON
Vendored

{
"productName": "spotify",
"bundle": {
"icon": ["png/spotify_512.png"],
"active": true,
"linux": {
"deb": {
"depends": ["curl", "wget"]
}
},
"targets": ["deb", "appimage"]
}
}