
* Update ru_RU.json keeping russian lang actual * ok * Add gradient to lyric-footer * *Commit en español Ñ (#1304) * i hate my life (#1307) * world is now a better place * meltdown avoided * meltdown avoided * stylize new listen now childs * full scale artwork, finally * dynamic width for search categories * hd all album work * Update afterPack.js * force hq quality * oops * attempt to fix * misc cleanup * why what * what was i thinking * fix duplicated text in listen now childs * Paginate/infinite scroll for albums, playlists (#1234) * Infinite scroll, pagination to album, playlists * move pagination below tracks * Make page size configurable * remove renderer * Mitigate songs / album slow app issue. * add ratings, library change to web remote (#1285) * Add compact artist header option (#1308) * Support compact artist header (optional) * Add required term Co-authored-by: h0ckerman <35598335+h0ckerman@users.noreply.github.com> Co-authored-by: vapormusic <vietanhfat@gmail.com> Co-authored-by: Monochromish <chillygamer7@gmail.com> Co-authored-by: Gabriel Davila <56521591+mefsaal@users.noreply.github.com> Co-authored-by: Core <64542347+coredev-uk@users.noreply.github.com> Co-authored-by: Maikiwi <stella@mai.kiwi> Co-authored-by: yazninja <yazlesean@gmail.com> Co-authored-by: booploops <49113086+booploops@users.noreply.github.com> Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Co-authored-by: Pedro Galhardo <pgalhardo@icloud.com>
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"electronVersion": "19.0.8",
|
|
"electronDownload": {
|
|
"version": "20.0.0-beta.11+wvcus",
|
|
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
|
},
|
|
"appId": "cider",
|
|
"afterPack": "./resources/afterPack.js",
|
|
"afterSign": "./resources/notarize.js",
|
|
"protocols": [
|
|
{
|
|
"name": "Cider",
|
|
"schemes": [
|
|
"ame",
|
|
"cider",
|
|
"itms",
|
|
"itmss",
|
|
"musics",
|
|
"music"
|
|
]
|
|
}
|
|
],
|
|
"extends": null,
|
|
"files": [
|
|
"./build/**/*",
|
|
"./src/**/*",
|
|
"./resources/icons/**/*"
|
|
],
|
|
"nsis": {
|
|
"oneClick": true,
|
|
"perMachine": false,
|
|
"deleteAppDataOnUninstall": true,
|
|
"artifactName": "${productName}-Setup-winget-${version}.${ext}"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "resources/icons/icon.ico"
|
|
}
|
|
}
|