mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"identifier": "rs.coco.app",
|
|
"bundle": {
|
|
"linux": {
|
|
"deb": {
|
|
"depends": ["gstreamer1.0-plugins-good"],
|
|
"desktopTemplate": "./Coco.desktop"
|
|
},
|
|
"rpm": {
|
|
"depends": ["gstreamer1-plugins-good"],
|
|
"desktopTemplate": "./Coco.desktop"
|
|
}
|
|
}
|
|
}
|
|
}
|