From e2aff96bc893ff8145da284db00301d7f099dda6 Mon Sep 17 00:00:00 2001 From: CatGirlsAreLife <20854328+CatGirlsAreLife@users.noreply.github.com> Date: Sun, 7 Oct 2018 19:26:15 -0400 Subject: [PATCH] Fixed appveyor build. --- update-externals.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-externals.ps1 b/update-externals.ps1 index 56ab5f8..a5e193d 100644 --- a/update-externals.ps1 +++ b/update-externals.ps1 @@ -2,7 +2,7 @@ Set-Location -Path externals $env:elskomnewpth = Join-Path (Get-Location) Els_kom_new if(!(Test-Path -Path $env:elskomnewpth)) { - git clone -q https://github.com/Elskom/Els_kom_new.git --branch add-plugins-installer-form --recursive + git clone -q https://github.com/Elskom/Els_kom_new.git --recursive Set-Location -Path Els_kom_new msbuild PCbuild/pcbuild.sln /nologo /verbosity:m /m Set-Location -Path ..