From 16abaa4e1c049629db669993dcc57f9789ef80b2 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Thu, 11 Aug 2022 21:36:44 +0800 Subject: [PATCH] miktex/latex: Fix installer args Fix #3815 --- bucket/latex.json | 2 +- bucket/miktex.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/latex.json b/bucket/latex.json index 27a7c58c6b..d5f61852f2 100644 --- a/bucket/latex.json +++ b/bucket/latex.json @@ -29,7 +29,7 @@ }, "installer": { "args": [ - "--portable=\"$dir\"", + "--portable=$dir", "--unattended", "--private" ] diff --git a/bucket/miktex.json b/bucket/miktex.json index 38170de74b..b818de8010 100644 --- a/bucket/miktex.json +++ b/bucket/miktex.json @@ -28,7 +28,7 @@ }, "installer": { "args": [ - "--portable=\"$dir\"", + "--portable=$dir", "--unattended", "--private" ]