Skip to content

Commit 8464b77

Browse files
committed
Fix appveyor config
1 parent 06caba3 commit 8464b77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ build_script:
8989
copy /y ..\bin\%arch%\%type%\debug\*.a bin\%arch%\debug\ &
9090
copy /y ..\bin\%arch%\%type%\release\*.a bin\%arch%\release\
9191
)
92-
- copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\
93-
- copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
92+
- if [%type%]==[dynamic] (
93+
copy /y ..\bin\%arch%\%type%\debug\*.dll bin\%arch%\debug\ &
94+
copy /y ..\bin\%arch%\%type%\release\*.dll bin\%arch%\release\
95+
)
9496
- copy /y ..\lib\include\qcryptohash.hpp qcryptohash.hpp
9597
- 7z a -t7z QtCryptoHash-v%qtcryptohash_version%-%name%.7z *
9698

0 commit comments

Comments
 (0)