mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
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:
parent
bca1095b73
commit
88941e095a
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user