From d5f5b18f3eb5a94ef89bb0bc5721f9ffd390b1d9 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Thu, 21 Oct 2021 14:32:20 +0800 Subject: [PATCH] latex: Fix shortcuts --- bucket/latex.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/latex.json b/bucket/latex.json index 81328936ef545..81b7e7b55390d 100644 --- a/bucket/latex.json +++ b/bucket/latex.json @@ -19,8 +19,9 @@ ], "shortcuts": [ [ - "MiKTeX Console", - "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe" + "texmfs\\install\\miktex\\bin\\x64\\miktex-console.exe", + "MiKTeX Console" + ] ], "env_add_path": "texmfs\\install\\miktex\\bin\\x64"