mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	Latex: Fix env add path (#379)
* Latex: Fix env add path * Update bucket/latex.json Co-Authored-By: Ross Smith II <ross@smithii.com>
This commit is contained in:
		
							parent
							
								
									3f1db297a7
								
							
						
					
					
						commit
						b6b0ce9ec8
					
				@ -1,12 +1,11 @@
 | 
			
		||||
{
 | 
			
		||||
    "##": "Fails to validate schema, as env_add_path is not allowed in architecture/XXbit",
 | 
			
		||||
    "homepage": "https://miktex.org",
 | 
			
		||||
    "version": "2.9.7152",
 | 
			
		||||
    "description": "MikTeX is an up-to-date implementation of TeX/LaTeX and related programs.",
 | 
			
		||||
    "license": {
 | 
			
		||||
        "identifier": "LPPL1.3c,GPL-3.0-or-later,Public Domain,...",
 | 
			
		||||
        "url": "https://miktex.org/copying"
 | 
			
		||||
    },
 | 
			
		||||
    "description": "An up-to-date implementation of TeX/LaTeX and related programs.",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7152-x64.exe",
 | 
			
		||||
@ -17,8 +16,7 @@
 | 
			
		||||
                    "miktex",
 | 
			
		||||
                    "--hide --mkmaps"
 | 
			
		||||
                ]
 | 
			
		||||
            ],
 | 
			
		||||
            "env_add_path": "texmfs\\install\\miktex\\bin\\x64"
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "32bit": {
 | 
			
		||||
            "url": "https://miktex.org/download/ctan/systems/win32/miktex/setup/windows-x86/basic-miktex-2.9.7152.exe",
 | 
			
		||||
@ -29,8 +27,7 @@
 | 
			
		||||
                    "miktex",
 | 
			
		||||
                    "--hide --mkmaps"
 | 
			
		||||
                ]
 | 
			
		||||
            ],
 | 
			
		||||
            "env_add_path": "texmfs\\install\\miktex\\bin"
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "installer": {
 | 
			
		||||
@ -40,6 +37,10 @@
 | 
			
		||||
            "--private"
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "env_add_path": [
 | 
			
		||||
        "texmfs\\install\\miktex\\bin",
 | 
			
		||||
        "texmfs\\install\\miktex\\bin\\x64"
 | 
			
		||||
    ],
 | 
			
		||||
    "persist": "texmfs\\config",
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "https://miktex.org/download",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user