restore support for bundled zip packages

This commit is contained in:
zeffy
2017-07-04 14:07:09 -07:00
parent 280f695278
commit 4f716a7c20
10 changed files with 114 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ before_build:
after_build:
- cmd: >-
copy /Y "wufuc\bin\%CONFIGURATION%\%PLATFORM%\wufuc.dll" "setup-batch\"
copy /Y "wufuc\bin\%CONFIGURATION%\%PLATFORM%\wufuc*.dll" "setup-batch\"
copy /Y "LICENSE" "setup-batch\COPYING.txt"