diff --git a/dev.sh b/dev.sh
index a9bae65132dd9c9d48ac8a38f67053e4af476886..e3280ffb303c22717e9f975eed784858f96842ba 100755
--- a/dev.sh
+++ b/dev.sh
@@ -53,7 +53,7 @@ case "$1" in
     "gource")
 	for d in . apps/official/*; do
 		gource --output-custom-log - "$d"
-	done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-logo.png -
+	done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png -
 	exit
 	;;