We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224824b commit 809a6c8Copy full SHA for 809a6c8
tools/install-bin-windows.ps1
@@ -44,7 +44,8 @@ Invoke-WebRequest $TinyTeXURL -OutFile $DownloadedFile
44
# unzip the downloaded file
45
Write-Host 'Unbundle TinyTeX'
46
if ($BundleExt -eq 'exe') {
47
- & ".\$DownloadedFile" -y
+ & ".\$DownloadedFile" -y -bso0 -bsp0
48
+
49
if ($LASTEXITCODE -ne 0) { throw "Failed to extract $DownloadedFile" }
50
} else {
51
Add-Type -A 'System.IO.Compression.FileSystem'
0 commit comments