Skip to content

Commit

Permalink
Fix SVG icons in AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Nov 26, 2024
1 parent 5c4f8a4 commit c943b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install GTK4 and libfuse2 (Linux)
# libfuse2 is needed for AppImage to run
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libdbus-1-dev libfuse2
# libfuse2 is needed for AppImage to run, librsvg2-2 is needed for AppImage to support SVG icons properly
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y libgtk-4-dev libdbus-1-dev libfuse2 librsvg2-2
if: runner.os == 'Linux'

- name: Configure GTK4 cache (Windows)
Expand Down

0 comments on commit c943b16

Please sign in to comment.