mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +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.42.2.10156-f737b826c",
|
|
"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.42.2.10156-f737b826c/windows/PlexMediaServer-1.42.2.10156-f737b826c-x86.exe",
|
|
"hash": "7f472ccf09c652b03c1a16e2beb11590ed7c61dc613dd7d98cc8d4d08d6b974b",
|
|
"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/pms/downloads/5.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"
|
|
}
|
|
}
|
|
}
|