miktex/latex: Fix installer args

Fix #3815
This commit is contained in:
Hsiao-nan Cheung 2022-08-11 21:36:44 +08:00
parent a385143739
commit 16abaa4e1c
No known key found for this signature in database
GPG Key ID: A97377F8EF10E3F2
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
},
"installer": {
"args": [
"--portable=\"$dir\"",
"--portable=$dir",
"--unattended",
"--private"
]

View File

@ -28,7 +28,7 @@
},
"installer": {
"args": [
"--portable=\"$dir\"",
"--portable=$dir",
"--unattended",
"--private"
]