Skip to content

Commit

Permalink
Fixed appveyor build.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife committed Oct 7, 2018
1 parent 161ccd5 commit e2aff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-externals.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit e2aff96

Please sign in to comment.