From ab0a9400c995617eaabc7310398386f160ccb04e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 22 Nov 2025 20:54:40 +1100 Subject: [PATCH] Tweak README/release --- README.md | 2 +- release.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd5c4ad..11baba5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ report from within the app. ## How to install -Make sure you have `libxcb-cursor0` installed (it may be called something else on non-Debian distributions). +Make sure you have `libxcb-cursor0` installed (on Debian-based distributions) or `xcb-util-cursor` (RedHat/Fedora-based distributions). It's also recommended that you have Noto Sans fonts installed, but it's up to you. It just can impact the display of unicode symbols such as checkboxes. diff --git a/release.sh b/release.sh index 3144840..04661eb 100755 --- a/release.sh +++ b/release.sh @@ -9,6 +9,7 @@ poetry build poetry publish # Make AppImage +sudo apt-get install libfuse-dev poetry run pyproject-appimage mv Bouquin.AppImage dist/