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

16 lines
325 B
JSON
Raw Normal View History

2025-03-28 12:53:16 +08:00
{
"identifier": "com.ayangweb.BongoCat",
"bundle": {
"linux": {
"deb": {
"depends": ["gstreamer1.0-plugins-good"],
"desktopTemplate": "./BongoCat.desktop"
},
"rpm": {
"depends": ["gstreamer1-plugins-good"],
"desktopTemplate": "./BongoCat.desktop"
}
}
}
2025-03-28 12:53:16 +08:00
}