mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
16 lines
325 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|