From b6b0ce9ec89647a89624542830dcea982206390f Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Mon, 26 Aug 2019 06:15:31 +0000 Subject: [PATCH] Latex: Fix env add path (#379) * Latex: Fix env add path * Update bucket/latex.json Co-Authored-By: Ross Smith II --- bucket/latex.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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",