From f222c5eab103e86307961e62c64f7951ea1630e1 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 1 Nov 2020 16:43:12 +0100 Subject: [PATCH] ci: pin Proxifier to v3.42, the very last version that uses an LSP --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 45a64ba..e1da9e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -82,13 +82,13 @@ environment: appveyor_build_worker_image: Visual Studio 2013 cmake_options: -G "Visual Studio 12 2013" -A Win32 lsp_name: Proxifier - lsp_installer: https://gist.github.com/piscisaureus/03d8ddfb6d6929dd9beb3a3bd7354c69/raw/8a7ca1e62cc9053bbaeb17267a638a2aec4c8cd9/ProxifierSetup.exe + lsp_installer: https://www.proxifier.com/download/legacy/ProxifierSetup342.exe - job: msvc-vs2019-x64-lsp-ifs appveyor_build_worker_image: Visual Studio 2019 cmake_options: -G "Visual Studio 16 2019" -A x64 -T host=x64 lsp_name: Proxifier - lsp_installer: https://gist.github.com/piscisaureus/03d8ddfb6d6929dd9beb3a3bd7354c69/raw/8a7ca1e62cc9053bbaeb17267a638a2aec4c8cd9/ProxifierSetup.exe + lsp_installer: https://www.proxifier.com/download/legacy/ProxifierSetup342.exe - job: msvc-vs2013-x86-lsp-nonifs appveyor_build_worker_image: Visual Studio 2013