Edit to Cider.
This commit is contained in:
parent
e3c3bded3a
commit
42680aff79
2 changed files with 18 additions and 18 deletions
34
package.json
34
package.json
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "apple-music-electron",
|
"name": "cider",
|
||||||
"applicationId": "AppleMusicElectron",
|
"applicationId": "Cider",
|
||||||
"productName": "Apple Music",
|
"productName": "Cider",
|
||||||
"version": "3.0.0",
|
"version": "1.0.0",
|
||||||
"description": "An open-source, GPU-accelerated Electron application that emulates the Apple Music website in a customizable interface.",
|
"description": "A new look into listening and enjoying music in style and performance.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Apple Music Electron Team <cryptofyre@cryptofyre.org> (https://applemusicelectron.com)",
|
"author": "Cider Development Team <cryptofyre@cryptofyre.org> (https://cider.sh)",
|
||||||
"repository": "https://github.com/Apple-Music-Electron/Apple-Music-Electron.git",
|
"repository": "https://github.com/Apple-Music-Electron/Cider.git",
|
||||||
"bugs": {
|
"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",
|
"buildResources": "resources",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"init": "yarn install --force",
|
"init": "yarn install --force",
|
||||||
|
@ -86,10 +86,10 @@
|
||||||
"version": "15.3.1-wvvmp",
|
"version": "15.3.1-wvvmp",
|
||||||
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
|
||||||
},
|
},
|
||||||
"appId": "apple-music",
|
"appId": "cider",
|
||||||
"protocols": [
|
"protocols": [
|
||||||
{
|
{
|
||||||
"name": "Apple Music Electron",
|
"name": "Cider",
|
||||||
"schemes": [
|
"schemes": [
|
||||||
"ame",
|
"ame",
|
||||||
"itms",
|
"itms",
|
||||||
|
@ -111,10 +111,10 @@
|
||||||
"snap",
|
"snap",
|
||||||
"rpm"
|
"rpm"
|
||||||
],
|
],
|
||||||
"synopsis": "Electron wrapper for Apple Music Web App.",
|
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
||||||
"category": "AudioVideo",
|
"category": "AudioVideo",
|
||||||
"icon": "apple-music-electron",
|
"icon": "cider",
|
||||||
"executableName": "apple-music-electron"
|
"executableName": "cider"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
@ -123,10 +123,10 @@
|
||||||
"icon": "./resources/icons/icon.ico"
|
"icon": "./resources/icons/icon.ico"
|
||||||
},
|
},
|
||||||
"appx": {
|
"appx": {
|
||||||
"applicationId": "applemusicelectron",
|
"applicationId": "cider",
|
||||||
"publisher": "CN=cryptofyre",
|
"publisher": "CN=cryptofyre",
|
||||||
"displayName": "Apple Music Electron",
|
"displayName": "Cider",
|
||||||
"identityName": "AppleMusicElectron",
|
"identityName": "Cider",
|
||||||
"backgroundColor": "#CD001A",
|
"backgroundColor": "#CD001A",
|
||||||
"setBuildNumber": true
|
"setBuildNumber": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -73,7 +73,7 @@ module.exports = {
|
||||||
smallImageText: (attributes.status ? 'Playing': 'Paused'),
|
smallImageText: (attributes.status ? 'Playing': 'Paused'),
|
||||||
instance: true,
|
instance: true,
|
||||||
buttons: [
|
buttons: [
|
||||||
{label: "Listen on AME", url: listenURL},
|
{label: "Listen on Cider", url: listenURL},
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
console.verbose(`[LinkHandler] Listening URL has been set to: ${listenURL}`);
|
console.verbose(`[LinkHandler] Listening URL has been set to: ${listenURL}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue