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:
linsui 2019-08-26 06:15:31 +00:00 committed by Ross Smith II
parent 3f1db297a7
commit b6b0ce9ec8

View File

@ -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",