travis: remove debug dlls from the final package

This commit is contained in:
liushuyu 2018-07-05 16:10:20 +08:00
parent 4cd25d115d
commit 080eed7d78
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -34,7 +34,7 @@ find build/ -name "citra*.exe" -exec cp {} 'package' \;
mkdir package/platforms
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/platforms/
cp -r "${QT_PLATFORM_DLL_PATH}/../mediaservice/" package/
rm -f package/mediaservice/*d.dll
for i in package/*.exe; do
# we need to process pdb here, however, cv2pdb