mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.2.2",
 | |
|     "description": "Bypass Deep Packet Inspection systems found in many Internet Service Providers which block access to certain websites.",
 | |
|     "homepage": "https://github.com/ValdikSS/GoodbyeDPI",
 | |
|     "license": "Apache-2.0",
 | |
|     "url": "https://github.com/ValdikSS/GoodbyeDPI/releases/download/0.2.2/goodbyedpi-0.2.2.zip",
 | |
|     "hash": "00a2f8b99cd817f8c7fc4c449033015f039d18af213de78cb66bf202277c0628",
 | |
|     "extract_dir": "goodbyedpi-0.2.2",
 | |
|     "bin": "goodbyedpi.exe",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "pre_install": [
 | |
|                 "Move-Item \"$dir\\x86_64\\*\" \"$dir\\\"",
 | |
|                 "Remove-Item \"$dir\\x86\", \"$dir\\x86_64\" -Force -Recurse"
 | |
|             ]
 | |
|         },
 | |
|         "32bit": {
 | |
|             "pre_install": [
 | |
|                 "Move-Item \"$dir\\x86\\*\" \"$dir\\\"",
 | |
|                 "Remove-Item \"$dir\\x86\", \"$dir\\x86_64\" -Force -Recurse"
 | |
|             ]
 | |
|         }
 | |
|     },
 | |
|     "shortcuts": [
 | |
|         [
 | |
|             "goodbyedpi.exe",
 | |
|             "GoodbyeDPI"
 | |
|         ]
 | |
|     ],
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "url": "https://github.com/ValdikSS/GoodbyeDPI/releases/download/$version/goodbyedpi-$version.zip",
 | |
|         "extract_dir": "goodbyedpi-$version"
 | |
|     }
 | |
| }
 | 
