Stefan Profanter 6 years ago
parent
commit
ccffd71089
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tools/appveyor/install.ps1

+ 2 - 3
tools/appveyor/install.ps1

@@ -11,13 +11,12 @@ Write-Host -ForegroundColor Green "`n### Installing sphinx ###`n"
 
 Write-Host -ForegroundColor Green "`n### Installing Miktex ###`n"
 if (-not (Test-Path "c:\miktex\texmfs\install\miktex\bin\pdflatex.exe")) {
-	& appveyor DownloadFile https://ftp.uni-erlangen.de/mirrors/CTAN/systems/win32/miktex/setup/miktex-portable.exe
+	& appveyor DownloadFile https://ftp.uni-erlangen.de/mirrors/CTAN/systems/win32/miktex/setup/windows-x86/miktex-portable.exe
 	& 7z x miktex-portable.exe -oc:\miktex -bso0 -bsp0
 
 	# Remove some big files to reduce size to be cached
 	Remove-Item -Path c:\miktex\texmfs\install\doc -Recurse
 	Remove-Item -Path c:\miktex\texmfs\install\miktex\bin\biber.exe
-	Remove-Item -Path c:\miktex\texmfs\install\miktex\bin\icudt58.dll
 	Remove-Item -Path c:\miktex\texmfs\install\miktex\bin\a5toa4.exe
 }
 
@@ -49,4 +48,4 @@ if ($env:CC_SHORTNAME -eq "vs2015") {
 
 	Write-Host -ForegroundColor Green "`n### Installing DrMemory ###`n"
 	& cinst --no-progress drmemory.portable
-}
+}