mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Appveyor fix debug deploy
This commit is contained in:
parent
2cca38c2a6
commit
f94bd70ca6
1 changed files with 4 additions and 2 deletions
|
@ -160,8 +160,10 @@ after_build:
|
||||||
- find .
|
- find .
|
||||||
|
|
||||||
- mkdir %RS_DEPLOY%
|
- mkdir %RS_DEPLOY%
|
||||||
- copy retroshare-service\src\retroshare-service.exe %RS_DEPLOY%\
|
- copy retroshare-gui\src\debug\retroshare.exe %RS_DEPLOY%\
|
||||||
- copy retroshare-gui\src\retroshare.exe %RS_DEPLOY%\
|
- copy retroshare-service\src\debug\retroshare-service.exe %RS_DEPLOY%\
|
||||||
|
# - copy retroshare-service\src\retroshare-service.exe %RS_DEPLOY%\
|
||||||
|
# - copy retroshare-gui\src\retroshare.exe %RS_DEPLOY%\
|
||||||
|
|
||||||
## In Debug build winedeplyqt forget the non debug Qt libs
|
## In Debug build winedeplyqt forget the non debug Qt libs
|
||||||
- copy C:\msys64\mingw32\bin\Qt5Svg.dll %RS_DEPLOY%\
|
- copy C:\msys64\mingw32\bin\Qt5Svg.dll %RS_DEPLOY%\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue