Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
More cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Apr 6, 2018
1 parent 30506e5 commit eb45155
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions build-release.sh
Expand Up @@ -107,14 +107,12 @@ EOF
rm -rf ${u_work_dir}

# clean after cx_Freeze
mv ${_dist}/imageformats/Qt5* ${_dist}/lib/.
rm ${_dist}/imageformats/VCRUNTIME140.dll
rm ${_dist}/imageformats/MSVCP140.dll

mv ${_dist}/platforms/Qt5* ${_dist}/lib/.
rm ${_dist}/platforms/VCRUNTIME140.dll
rm ${_dist}/platforms/MSVCP140.dll

_dirs=(imageformats platforms styles)
for _d in ${_dirs[@]}; do
mv ${_dist}/${_d}/Qt5* ${_dist}/lib/.
rm ${_dist}/${_d}/VCRUNTIME140.dll
rm ${_dist}/${_d}/MSVCP140.dll
done
mv ${_dist}/lib/VCRUNTIME140.dll ${_dist}/.
mv ${_dist}/lib/MSVCP140.dll ${_dist}/.

Expand Down

0 comments on commit eb45155

Please sign in to comment.