mirror of
https://github.com/PabloMK7/citra.git
synced 2024-11-16 03:53:26 +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
|
mkdir package/platforms
|
||||||
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/platforms/
|
cp "${QT_PLATFORM_DLL_PATH}/qwindows.dll" package/platforms/
|
||||||
cp -r "${QT_PLATFORM_DLL_PATH}/../mediaservice/" package/
|
cp -r "${QT_PLATFORM_DLL_PATH}/../mediaservice/" package/
|
||||||
|
rm -f package/mediaservice/*d.dll
|
||||||
|
|
||||||
for i in package/*.exe; do
|
for i in package/*.exe; do
|
||||||
# we need to process pdb here, however, cv2pdb
|
# we need to process pdb here, however, cv2pdb
|
||||||
|
Loading…
Reference in New Issue
Block a user