latex: Use arch-spec 'env_add_path' (#518)

This commit is contained in:
Hsiao-nan Cheung 2019-10-30 14:39:08 +08:00 committed by GitHub
parent d031839987
commit d55d829457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,8 @@
"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.7219.exe",
@ -27,7 +28,8 @@
"miktex",
"--hide --mkmaps"
]
]
],
"env_add_path": "texmfs\\install\\miktex\\bin"
}
},
"installer": {
@ -37,10 +39,6 @@
"--private"
]
},
"env_add_path": [
"texmfs\\install\\miktex\\bin",
"texmfs\\install\\miktex\\bin\\x64"
],
"persist": "texmfs\\config",
"checkver": {
"url": "https://miktex.org/download",