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