From 8b02b151765423a431a714d2127c992a9695b387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 11 Aug 2017 11:52:59 +0200 Subject: [PATCH] WindowsBuild: Include emoticon sourcefiles Our loader cant load compiled sourcefiles --- win/_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/_base.sh b/win/_base.sh index a45628195..b2f8d662b 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -313,7 +313,7 @@ function cleanup_install { find "${MINGW_ROOT}"/bin -name "*.pyo" -exec rm -f {} \; find "${MINGW_ROOT}"/bin -name "*.pyc" -exec rm -f {} \; build_compileall -q "${MINGW_ROOT}" - find "${MINGW_ROOT}" -name "*.py" ! -name "gajim.py" ! -name "history_manager.py" -exec rm -f {} \; + find "${MINGW_ROOT}" -name "*.py" ! -name "gajim.py" ! -name "history_manager.py" ! -name "*theme.py" -exec rm -f {} \; find "${MINGW_ROOT}"/bin -name "*.pyc" -exec rm -f {} \; find "${MINGW_ROOT}" -type d -name "__pycache__" -prune -exec rm -rf {} \;