Merge pull request #1058 from Nirusu/feat/snap-media-keys
Add mpris slot for snap package
This commit is contained in:
commit
c50c271838
1 changed files with 9 additions and 0 deletions
|
@ -178,6 +178,15 @@
|
||||||
"isRelocatable": false,
|
"isRelocatable": false,
|
||||||
"overwriteAction": "upgrade"
|
"overwriteAction": "upgrade"
|
||||||
},
|
},
|
||||||
|
"snap": {
|
||||||
|
"slots": [
|
||||||
|
{
|
||||||
|
"mpris": {
|
||||||
|
"interface": "mpris"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"background": "./resources/bg.png",
|
"background": "./resources/bg.png",
|
||||||
"icon": "resources/icons/icon.ico"
|
"icon": "resources/icons/icon.ico"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue