Fixed msys2 pack script:

- copy retroshare.dll (added if exist by thunder)
- copy plugins from the lib folder
This commit is contained in:
hunbernd 2020-11-22 22:14:37 +01:00 committed by thunder2
parent e9298c16bc
commit bcafd06748
2 changed files with 4 additions and 3 deletions

View file

@ -75,7 +75,7 @@ win32 {
DEFINES += WINDOWS_SYS WIN32 STATICLIB MINGW WIN32_LEAN_AND_MEAN
#DEFINES += MINIUPNPC_VERSION=13
# DESTDIR = lib
DESTDIR = lib
# Switch off optimization for release version
QMAKE_CXXFLAGS_RELEASE -= -O2