mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
travis: remove debug dlls from the final package
This commit is contained in:
parent
4cd25d115d
commit
080eed7d78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user