Extras/bucket/plex-desktop.json
2025-12-01 12:31:22 +00:00

41 lines
1.4 KiB
JSON

{
"version": "1.112.0.359-0d79a49f",
"description": "Official Plex client",
"homepage": "https://www.plex.tv/apps-devices/#modal-devices-plex-for-windows",
"license": {
"identifier": "Proprietary",
"url": "https://www.plex.tv/media-server-downloads/?platform=windows#remodal-terms"
},
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://downloads.plex.tv/plex-desktop/1.112.0.359-0d79a49f/windows/Plex-1.112.0.359-0d79a49f-x86_64.exe#/dl.7z",
"hash": "sha1:a0fb043583a7ab2d41ad4f369b4e3fe0d282bd20"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\", \"$dir\\vc_red*\" -Recurse",
"shortcuts": [
[
"Plex.exe",
"Plex for Windows"
]
],
"checkver": {
"url": "https://plex.tv/pms/downloads/6.json",
"jsonpath": "$.computer.Windows.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.plex.tv/plex-desktop/$version/windows/Plex-$version-x86_64.exe#/dl.7z",
"hash": {
"url": "https://plex.tv/pms/downloads/6.json",
"jsonpath": "$.computer.Windows.releases[?(@.build == 'windows-x86_64')].checksum"
}
}
}
}
}