mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
appveyor script fix
This commit is contained in:
parent
156467a261
commit
5c6f405795
@ -32,7 +32,9 @@ build_script:
|
|||||||
|
|
||||||
windeployqt --no-svg --release installer\GPXSee.exe
|
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
|
xcopy pkg\csv installer\csv /i
|
||||||
|
|
||||||
@ -42,7 +44,9 @@ build_script:
|
|||||||
|
|
||||||
copy licence.txt installer
|
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%
|
makensis.exe installer\%NSI%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user