From 450e79419b2c07e531f77c19ba86dcae8128eabf Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Mon, 27 Apr 2026 15:16:18 +0200 Subject: [PATCH] chore: update installation instructions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f006c9..3119e90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,14 +104,14 @@ jobs: cat > release_notes.md << EOF KDE KRunner plugin for searching Flatpak applications via Bazaar. - ## Installation (Fedora 42) + ## Installation (Fedora 43) \`\`\`bash # For the main plugin - sudo dnf install krunner-bazaar-${{ steps.vars.outputs.version }}-1.fc42.x86_64.rpm + sudo dnf install krunner-bazaar-${{ steps.vars.outputs.version }}-1.fc43.x86_64.rpm # For CLI tools (optional) - sudo dnf install krunner-bazaar-tools-${{ steps.vars.outputs.version }}-1.fc42.x86_64.rpm + sudo dnf install krunner-bazaar-tools-${{ steps.vars.outputs.version }}-1.fc43.x86_64.rpm \`\`\` ## Verification