Skip to content

Commit

Permalink
fix pkg2appimage failing on ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Dec 18, 2024
1 parent f588a8d commit 640855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Package AppImage
run: |
sudo apt install desktop-file-utils libfuse2
sudo apt install desktop-file-utils libfuse2 imagemagick
mkdir packaging/linux/Shotcut
cp VERSION packaging/linux/Shotcut/
cd packaging/linux
Expand Down

0 comments on commit 640855b

Please sign in to comment.