mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31: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.29.2.6364-6d72b0cf6",
 | 
						|
    "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.29.2.6364-6d72b0cf6/windows/PlexMediaServer-1.29.2.6364-6d72b0cf6-x86.exe",
 | 
						|
    "hash": "3f69624eb496ba1981608264181b0f4c28b69c92378ee2cce12eda6c4fdcda8e",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |