diff --git a/AppImage-package/bundle.sh b/AppImage-package/bundle.sh
index c253cb368..92a802148 100644
--- a/AppImage-package/bundle.sh
+++ b/AppImage-package/bundle.sh
@@ -6,13 +6,13 @@ cat /proc/1/cgroup # Check if we run in Docker; https://github.com/AppImage/AppI
 # if qt is not in the standard path, load its environment variables
 . /opt/qt*/bin/qt*-env.sh || true
 
-SCRIBUS_VERSION=nightly
-
-########################################################################
-# Build Platform Theme for Gtk+
-# https://askubuntu.com/a/910143
-# https://askubuntu.com/a/748186
-# Deploy with linuxdeployqt using
+SCRIBUS_VERSION=nightly
+
+########################################################################
+# Build Platform Theme for Gtk+
+# https://askubuntu.com/a/910143
+# https://askubuntu.com/a/748186
+# Deploy with linuxdeployqt using
 # -extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so
 # At runtime, export QT_QPA_PLATFORMTHEME=gtk2 (Xfce does this itself)
 ########################################################################
