diff --git a/hpage.cabal b/hpage.cabal
--- a/hpage.cabal
+++ b/hpage.cabal
@@ -1,5 +1,5 @@
 name: hpage
-version: 0.8.3
+version: 0.8.4
 cabal-version: >=1.6
 build-type: Custom
 license: BSD3
@@ -20,6 +20,7 @@
             res/images/*.ico
             res/images/icon/hpage.icns
             res/images/icon/hpage.tif
+            res/images/icon/hpage.ico
             res/help/helpPage.hs
             res/help/about.html
             res/test/*.hs
diff --git a/res/images/icon/hpage.ico b/res/images/icon/hpage.ico
new file mode 100644
Binary files /dev/null and b/res/images/icon/hpage.ico differ
