Edit to Cider.

This commit is contained in:
cryptofyre 2021-11-19 17:31:43 -06:00
parent e3c3bded3a
commit 42680aff79
2 changed files with 18 additions and 18 deletions

View file

@ -1,16 +1,16 @@
{
"name": "apple-music-electron",
"applicationId": "AppleMusicElectron",
"productName": "Apple Music",
"version": "3.0.0",
"description": "An open-source, GPU-accelerated Electron application that emulates the Apple Music website in a customizable interface.",
"name": "cider",
"applicationId": "Cider",
"productName": "Cider",
"version": "1.0.0",
"description": "A new look into listening and enjoying music in style and performance.",
"license": "MIT",
"author": "Apple Music Electron Team <cryptofyre@cryptofyre.org> (https://applemusicelectron.com)",
"repository": "https://github.com/Apple-Music-Electron/Apple-Music-Electron.git",
"author": "Cider Development Team <cryptofyre@cryptofyre.org> (https://cider.sh)",
"repository": "https://github.com/Apple-Music-Electron/Cider.git",
"bugs": {
"url": "https://github.com/Apple-Music-Electron/Apple-Music-Electron/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
"url": "https://github.com/Apple-Music-Electron/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
},
"homepage": "https://applemusicelectron.com/",
"homepage": "https://cider.sh/",
"buildResources": "resources",
"scripts": {
"init": "yarn install --force",
@ -86,10 +86,10 @@
"version": "15.3.1-wvvmp",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"appId": "apple-music",
"appId": "cider",
"protocols": [
{
"name": "Apple Music Electron",
"name": "Cider",
"schemes": [
"ame",
"itms",
@ -111,10 +111,10 @@
"snap",
"rpm"
],
"synopsis": "Electron wrapper for Apple Music Web App.",
"synopsis": "A new look into listening and enjoying music in style and performance. ",
"category": "AudioVideo",
"icon": "apple-music-electron",
"executableName": "apple-music-electron"
"icon": "cider",
"executableName": "cider"
},
"win": {
"target": [
@ -123,10 +123,10 @@
"icon": "./resources/icons/icon.ico"
},
"appx": {
"applicationId": "applemusicelectron",
"applicationId": "cider",
"publisher": "CN=cryptofyre",
"displayName": "Apple Music Electron",
"identityName": "AppleMusicElectron",
"displayName": "Cider",
"identityName": "Cider",
"backgroundColor": "#CD001A",
"setBuildNumber": true
},

View file

@ -73,7 +73,7 @@ module.exports = {
smallImageText: (attributes.status ? 'Playing': 'Paused'),
instance: true,
buttons: [
{label: "Listen on AME", url: listenURL},
{label: "Listen on Cider", url: listenURL},
]
};
console.verbose(`[LinkHandler] Listening URL has been set to: ${listenURL}`);