diff --git a/.travis.sh b/.travis.sh
index d49b6acfb..8f5d5fcfe 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -53,7 +53,7 @@ pushd /tmp
mkdocs new test && cd test
# Test Docker image build
-docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
+docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
# Return to original directory
popd
diff --git a/CHANGELOG b/CHANGELOG
index acf18306c..13814bac0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-2.2.5 (2017-12-18)
+
+ * Fixed #639: Broken default favicon
+
mkdocs-material-2.2.4 (2017-12-18)
* Fixed #638: Build breaks with Jinja < 2.9
diff --git a/MANIFEST.in b/MANIFEST.in
index 8f43a2f23..83f1af4f6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include material *.ico *.js *.css *.html *.svg *.yml
+recursive-include material *.js *.css *.html *.svg *.png *.yml
recursive-exclude site *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 7f5f00ede..3ac7753c5 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
-# Version 2.2.4
+# Version 2.2.5
```
### Material 1.x to 2.x
@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
+### 2.2.5 _ December 18, 2017
+
+* Fixed [#639][639]: Broken default favicon
+
+ [639]: https://github.com/squidfunk/mkdocs-material/issues/639
+
### 2.2.4 _ December 18, 2017
* Fixed [#638][638]: Build breaks with Jinja < 2.9
diff --git a/material/assets/images/favicon.ico b/material/assets/images/favicon.ico
deleted file mode 100644
index e85006a3c..000000000
Binary files a/material/assets/images/favicon.ico and /dev/null differ
diff --git a/src/assets/images/favicon.ico b/src/assets/images/favicon.ico
deleted file mode 100644
index e85006a3c..000000000
Binary files a/src/assets/images/favicon.ico and /dev/null differ