diff --git a/bucket/latex.json b/bucket/latex.json index 91405baa06..113c38aea1 100644 --- a/bucket/latex.json +++ b/bucket/latex.json @@ -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",