Merge branch 'main' into enhancement/radio
This commit is contained in:
commit
f1fb5e7cb7
34 changed files with 75755 additions and 25524 deletions
11
package.json
11
package.json
|
@ -39,7 +39,7 @@
|
|||
"dependencies": {
|
||||
"@sentry/electron": "^3.0.7",
|
||||
"@sentry/integrations": "^6.19.6",
|
||||
"adm-zip": "0.5.9",
|
||||
"adm-zip": "0.4.10",
|
||||
"airtunes2": "git+https://github.com/vapormusic/node_airtunes2.git#hap",
|
||||
"castv2-client": "^1.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
|
@ -179,6 +179,15 @@
|
|||
"isRelocatable": false,
|
||||
"overwriteAction": "upgrade"
|
||||
},
|
||||
"snap": {
|
||||
"slots": [
|
||||
{
|
||||
"mpris": {
|
||||
"interface": "mpris"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"dmg": {
|
||||
"background": "./resources/bg.png",
|
||||
"icon": "resources/icons/icon.ico"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue