Skip to content

Commit

Permalink
Merge pull request #335 from autonomys/fix-svg-appimage
Browse files Browse the repository at this point in the history
Fix SVG in AppImage
  • Loading branch information
nazar-pc authored Nov 26, 2024
2 parents a180105 + b6189f5 commit 27c4bc5
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-dev 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-dev
if: runner.os == 'Linux'

- name: Configure GTK4 cache (Windows)
Expand Down

0 comments on commit 27c4bc5

Please sign in to comment.