We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947b6bc commit c6e8019Copy full SHA for c6e8019
scripts/appveyor_install_miktex-latest-minimal.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
3
$scriptRoot = (Resolve-Path $(If ($PSScriptRoot) { $PSScriptRoot } Else { "." })).Path
4
5
$installerPath = "$scriptRoot\basic-miktex-x64.exe"
6
-$installerUrl = 'http://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7342-x64.exe'
+$installerUrl = 'http://mirrors.rit.edu/CTAN/systems/win32/miktex/setup/windows-x64/basic-miktex-2.9.7386-x64.exe'
7
8
(New-Object System.Net.WebClient).DownloadFile($installerUrl, $installerPath)
9
0 commit comments