Prepare for Microsoft Store alpha release.

This commit is contained in:
cryptofyre 2021-12-18 17:39:58 -06:00
parent 5fef3b1b98
commit d003a89d69
5 changed files with 25 additions and 25 deletions

View file

@ -5,13 +5,18 @@
"version": "1.0.0", "version": "1.0.0",
"description": "A new look into listening and enjoying music in style and performance.", "description": "A new look into listening and enjoying music in style and performance.",
"license": "MIT", "license": "MIT",
"author": "Cider Development Team <cryptofyre@cryptofyre.org> (https://cider.sh)", "author": "Cider Collective <cryptofyre@cryptofyre.org> (https://cider.sh)",
"repository": "https://github.com/Apple-Music-Electron/Cider.git", "repository": "https://github.com/ciderapp/Cider.git",
"bugs": { "bugs": {
"url": "https://github.com/Apple-Music-Electron/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug" "url": "https://github.com/ciderapp/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
}, },
"homepage": "https://cider.sh/", "homepage": "https://cider.sh/",
"buildResources": "resources", "buildResources": "resources",
"files": [
"**/*",
"./resources/icons/icon.*",
"./resources/appx/*.*"
],
"scripts": { "scripts": {
"init": "yarn install --force", "init": "yarn install --force",
"start": "electron --enable-accelerated-mjpeg-decode --enable-accelerated-video --disable-gpu-driver-bug-workarounds --ignore-gpu-blacklist --enable-native-gpu-memory-buffers .", "start": "electron --enable-accelerated-mjpeg-decode --enable-accelerated-video --disable-gpu-driver-bug-workarounds --ignore-gpu-blacklist --enable-native-gpu-memory-buffers .",
@ -39,11 +44,11 @@
}, },
"devDependencies": { "devDependencies": {
"electron": "https://github.com/castlabs/electron-releases.git", "electron": "https://github.com/castlabs/electron-releases.git",
"electron-builder": "^22.13.1", "electron-builder": "^22.14.5",
"electron-webpack": "^2.8.2", "electron-webpack": "^2.8.2",
"musickit-typescript": "^1.2.4", "musickit-typescript": "^1.2.4",
"vue-devtools": "^5.1.4", "vue-devtools": "^5.1.4",
"webpack": "~5.64.0" "webpack": "~5.65.0"
}, },
"fileAssociations": [ "fileAssociations": [
{ {
@ -71,6 +76,9 @@
"version": "15.3.3-wvvmp", "version": "15.3.3-wvvmp",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v" "mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
}, },
"directories": {
"buildResources": "resources"
},
"appId": "cider", "appId": "cider",
"protocols": [ "protocols": [
{ {
@ -87,7 +95,8 @@
"extends": null, "extends": null,
"files": [ "files": [
"**/*", "**/*",
"./resources/icons/icon.*" "./resources/icons/icon.*",
"./resources/appx/*.*"
], ],
"linux": { "linux": {
"target": [ "target": [
@ -101,34 +110,25 @@
"icon": "cider", "icon": "cider",
"executableName": "cider" "executableName": "cider"
}, },
"appx": {
"applicationId": "Cider",
"displayName": "Cider",
"identityName": "Cider",
"publisherDisplayName": "Cider Collective",
"backgroundColor": "transparent",
"setBuildNumber": true
},
"win": { "win": {
"target": [ "target": [
"nsis" "nsis"
], ],
"icon": "./resources/icons/icon.ico" "icon": "resources/appx/StoreLogo.png"
},
"appx": {
"applicationId": "cider",
"publisher": "CN=cryptofyre",
"displayName": "Cider",
"identityName": "Cider",
"backgroundColor": "#CD001A",
"setBuildNumber": true
}, },
"mac": { "mac": {
"icon": "./resources/icons/icon.icns", "icon": "./resources/icons/icon.icns",
"category": "public.app-category.music", "category": "public.app-category.music",
"entitlements": "resources/entitlements.mac.plist", "entitlements": "resources/entitlements.mac.plist",
"darkModeSupport": true "darkModeSupport": true
},
"extraResources": [
{
"from": "node_modules/regedit/vbs",
"to": "regedit/vbs",
"filter": [
"**/*"
]
} }
]
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB