latex: Add start menu shortcut for miktex console (#2600)

* add start menu shortcut for miktex console

The MiKTeX console is a GUI application used to manage some settings, etc.
It is available as a command line tool, but it also makes sense to expose with
a start menu shortcut -- it is designed to be run that way, after all.

* remove trailing whitespaces

* remove extra comma

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Daniel Pittman 2021-10-06 20:19:57 +02:00 committed by GitHub
parent bca1095b73
commit 88941e095a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,12 @@
"--hide --mkmaps"
]
],
"shortcuts": [
[
"MiKTeX Console",
"texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin\\x64"
},
"32bit": {
@ -29,6 +35,12 @@
"--hide --mkmaps"
]
],
"shortcuts": [
[
"MiKTeX Console",
"texmfs\\install\\miktex\\bin\\miktex-console.exe"
]
],
"env_add_path": "texmfs\\install\\miktex\\bin"
}
},