Files
BongoCat/src-tauri/tauri.linux.conf.json

16 lines
325 B
JSON

{
"identifier": "com.ayangweb.BongoCat",
"bundle": {
"linux": {
"deb": {
"depends": ["gstreamer1.0-plugins-good"],
"desktopTemplate": "./BongoCat.desktop"
},
"rpm": {
"depends": ["gstreamer1-plugins-good"],
"desktopTemplate": "./BongoCat.desktop"
}
}
}
}