mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "23.4",
 | 
						|
    "description": "MikTeX, an up-to-date implementation of TeX/LaTeX and related programs.",
 | 
						|
    "homepage": "https://miktex.org",
 | 
						|
    "license": {
 | 
						|
        "identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...",
 | 
						|
        "url": "https://miktex.org/copying"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-23.4-x64.exe",
 | 
						|
            "hash": "008e754d1c7816687d0fd64458922fc2d188aab4c10a53481158b42d20be5cb3",
 | 
						|
            "bin": [
 | 
						|
                [
 | 
						|
                    "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
 | 
						|
                    "miktex",
 | 
						|
                    "--hide --mkmaps"
 | 
						|
                ]
 | 
						|
            ],
 | 
						|
            "shortcuts": [
 | 
						|
                [
 | 
						|
                    "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe",
 | 
						|
                    "MiKTeX Console"
 | 
						|
                ]
 | 
						|
            ],
 | 
						|
            "env_add_path": "texmfs\\install\\miktex\\bin\\x64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "installer": {
 | 
						|
        "args": [
 | 
						|
            "--portable=$dir",
 | 
						|
            "--unattended",
 | 
						|
            "--private"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "persist": "texmfs\\config",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://miktex.org/download",
 | 
						|
        "regex": "basic-miktex-([\\d.]+)-x64\\.exe"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://mirrors.mit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-$version-x64.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://miktex.org/download",
 | 
						|
            "regex": "(?sm)$basename</div>.*?$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |