From 871cb8433c1f8103a008959b97292923ef37611d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 3 Jan 2025 09:39:45 +0100 Subject: [PATCH] Fixed syntax --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 795173ae..587c69bd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -35,7 +35,7 @@ build_script: xcopy lang\*.qm installer\translations\ /sy xcopy icons\symbols installer\symbols /i copy licence.txt installer - IF EXISTS OPENSSLDIR ( + IF DEFINED OPENSSLDIR ( copy %OPENSSLDIR%\libcrypto-*-x64.dll installer copy %OPENSSLDIR%\libssl-*-x64.dll installer )