mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.1",
 | 
						|
    "description": "Display and control your Android device",
 | 
						|
    "homepage": "https://github.com/Genymobile/scrcpy",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/Genymobile/scrcpy/releases/download/v3.1/scrcpy-win64-v3.1.zip",
 | 
						|
            "hash": "0c05ea395d95cfe36bee974eeb435a3db87ea5594ff738370d5dc3068a9538ca",
 | 
						|
            "extract_dir": "scrcpy-win64-v3.1"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/Genymobile/scrcpy/releases/download/v3.1/scrcpy-win32-v3.1.zip",
 | 
						|
            "hash": "2b4674ef76719680ac5a9b482d1943bdde3fa25821ad2e98f3c40c347d00d560",
 | 
						|
            "extract_dir": "scrcpy-win32-v3.1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "scrcpy.exe",
 | 
						|
        "scrcpy-console.bat"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "scrcpy-noconsole.vbs",
 | 
						|
            "scrcpy",
 | 
						|
            "",
 | 
						|
            "scrcpy.exe"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win64-v$version.zip",
 | 
						|
                "extract_dir": "scrcpy-win64-v$version"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/Genymobile/scrcpy/releases/download/v$version/scrcpy-win32-v$version.zip",
 | 
						|
                "extract_dir": "scrcpy-win32-v$version"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA256SUMS.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |