From 5dd4ac1c24f7196fc92f470656299b0075fef032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 2 Jul 2017 20:59:01 +0200 Subject: [PATCH] Update windows build to include emoticons --- win/_base.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/win/_base.sh b/win/_base.sh index 52049e29e..0e9065a74 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -197,6 +197,9 @@ function cleanup_install { rm -Rf "${REPO_CLONE}"/plugins/new_events_example rm -Rf "${REPO_CLONE}"/plugins/roster_buttons + rm -Rf "${REPO_CLONE}"/data/emoticons/noto-emoticons/png + rm -Rf "${REPO_CLONE}"/data/emoticons/noto-emoticons/README.md + find "${REPO_CLONE}"/* -maxdepth 0 -type f ! -regex ".*/\(AUTHORS\|COPYING\|THANKS\|THANKS.artists\)" -exec rm -f {} \; find "${REPO_CLONE}"/data/* -maxdepth 0 -type f -exec rm -f {} \;