1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

appveyor script fix

This commit is contained in:
Martin Tůma 2018-10-09 01:16:34 +02:00
parent 156467a261
commit 5c6f405795

View File

@ -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%