mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"##": "https://support.plex.tv/articles/201941078-uninstall-plex-media-server/",
|
|
"version": "1.15.4.994-107756f7e",
|
|
"description": "Plex Media Server. Stream content to all of devices, anywhere.",
|
|
"homepage": "https://www.plex.tv/",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://support.plex.tv/articles/204096476-license-information/"
|
|
},
|
|
"url": "https://downloads.plex.tv/plex-media-server-new/1.15.4.994-107756f7e/windows/PlexMediaServer-1.15.4.994-107756f7e-x86.exe",
|
|
"hash": "sha1:caeb12ae1080db20c11a86dba3b3e9b2e7bffc6d",
|
|
"installer": {
|
|
"script": [
|
|
"$extracted = \"$dir\\extracted\"",
|
|
"$msi = \"$dir\\msi\"",
|
|
"Expand-DarkArchive \"$dir\\$fname\" \"$extracted\"",
|
|
"Expand-MsiArchive \"$extracted\\AttachedContainer\\pms.msi\" \"$msi\"",
|
|
"Move-Item \"$msi\\Msi\\*\" \"$dir\" -Force",
|
|
"Remove-Item $extracted, $msi, \"$dir\\$fname\" -Force -Recurse"
|
|
]
|
|
},
|
|
"bin": [
|
|
[
|
|
"Plex Media Server.exe",
|
|
"pms"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"Plex Media Server.exe",
|
|
"Plex Media Server"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://plex.tv/api/downloads/1.json",
|
|
"jsonpath": "$.computer.windows.version"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://downloads.plex.tv/plex-media-server-new/$version/windows/PlexMediaServer-$version-x86.exe",
|
|
"hash": {
|
|
"url": "https://plex.tv/api/downloads/1.json",
|
|
"jsonpath": "$.computer.Windows.releases..checksum"
|
|
}
|
|
}
|
|
}
|