From 156467a261186c900d5234b41866c459a5ed1a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 9 Oct 2018 01:04:15 +0200 Subject: [PATCH] Added missing NSIS include file to appveyor script --- .appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 4698bc11..20bd32b6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,7 +32,7 @@ build_script: windeployqt --no-svg --release installer\GPXSee.exe - copy pkg\%NSI% installer + copy pkg\%NSI% + pkg\macros.nsh installer xcopy pkg\csv installer\csv /i @@ -42,9 +42,7 @@ build_script: copy licence.txt installer - copy %OPENSSLDIR%\libeay32.dll installer - - copy %OPENSSLDIR%\ssleay32.dll installer + copy %OPENSSLDIR%\libeay32.dll + %OPENSSLDIR%\ssleay32.dll installer makensis.exe installer\%NSI%