
* now we can do this * Bump to 21.0.1 * Update build-macos.yml * fix AirPlay metadata , down el * chore: Updated Lockfile * delete pnpm cache * ok * fix CI * ok * force CI * chore: Prettified Code [ci skip] * airplay no longer experimental * chore: Updated Lockfile * Environment variable for release version run * chore: Updated Lockfile * Two version outputted by script * what * Persist .git * les try this * aa * pls * test * pogchamp * balls * chore: Updated Lockfile * this triggered me * you should not be here. * bruhmoment * yawn * chore: Updated Lockfile * Remove this temporarily. * Remove this too. * chore: Updated Lockfile * c2 i18n sync * Implement SetRepeat to WSAPI * chore: Updated Lockfile Co-authored-by: Core <core@coredev.uk> Co-authored-by: cryptofyre <cryptofyre@cryptofyre.org> Co-authored-by: vapormusic <vietanhfat@gmail.com> Co-authored-by: vapormusic <vapormusic@users.noreply.github.com> Co-authored-by: coredev-uk <coredev-uk@users.noreply.github.com> Co-authored-by: cryptofyre <cryptofyre@users.noreply.github.com> Co-authored-by: booploops <49113086+booploops@users.noreply.github.com> Co-authored-by: Amaru8 <52407090+Amaru8@users.noreply.github.com> Co-authored-by: Amaru8 <Amaru8@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"electronVersion": "16.2.8",
|
|
"electronDownload": {
|
|
"version": "16.2.8+wvcus",
|
|
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
|
},
|
|
"appId": "cider",
|
|
"protocols": [
|
|
{
|
|
"name": "Cider",
|
|
"schemes": ["ame", "cider", "itms", "itmss", "musics", "music"]
|
|
}
|
|
],
|
|
"extends": null,
|
|
"files": ["**/*", "./src/**/*", "./resources/icons/icon.*"],
|
|
"linux": {
|
|
"target": ["AppImage", "deb", "snap", "rpm"],
|
|
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
|
"category": "AudioVideo",
|
|
"icon": "cider",
|
|
"executableName": "cider"
|
|
},
|
|
"appx": {
|
|
"applicationId": "CiderAlpha",
|
|
"publisher": "CN=CiderCollective, OID.2.25.311729368913984317654407730594956997722=1",
|
|
"displayName": "Cider",
|
|
"identityName": "CiderCollective.CiderAlpha",
|
|
"backgroundColor": "transparent",
|
|
"setBuildNumber": true
|
|
},
|
|
"win": {
|
|
"target": ["appx"],
|
|
"icon": "resources/icons/icon.ico"
|
|
},
|
|
"directories": {
|
|
"buildResources": ".",
|
|
"output": "dist"
|
|
},
|
|
"mac": {
|
|
"icon": "./resources/icons/icon.icns",
|
|
"category": "public.app-category.music",
|
|
"entitlements": "resources/entitlements.mac.plist",
|
|
"darkModeSupport": true
|
|
}
|
|
}
|