Skip to content

Commit

Permalink
appveyor: Include .manifest files in zipballs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Feb 6, 2016
1 parent 604018c commit 318d823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/appveyor.yml
Expand Up @@ -130,12 +130,16 @@ after_test:
- mkdir %DESTDIR%\dynamic
- copy src\ctlib\ct.dll %DESTDIR%\dynamic\
- copy src\ctlib\ct.lib %DESTDIR%\dynamic\
- copy src\ctlib\ct.dll.manifest %DESTDIR%\dynamic\
- copy src\dblib\sybdb.dll %DESTDIR%\dynamic\
- copy src\dblib\sybdb.lib %DESTDIR%\dynamic\
- copy src\dblib\sybdb.dll.manifest %DESTDIR%\dynamic\
- copy src\odbc\tdsodbc.dll %DESTDIR%\dynamic\
- copy src\odbc\tdsodbc.lib %DESTDIR%\dynamic\
- copy src\odbc\tdsodbc.dll.manifest %DESTDIR%\dynamic\
- mkdir %DESTDIR%\bin
- copy src\apps\*.exe %DESTDIR%\bin\
- copy src\apps\*.manifest %DESTDIR%\bin\
- 7z a ..\%DESTDIR%.zip %DESTDIR%
- cd ..

Expand Down

0 comments on commit 318d823

Please sign in to comment.