Skip to content

Commit

Permalink
Update avidemux
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Oct 13, 2024
1 parent 073a4f3 commit 038cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avidemux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if test -f ./pkg2appimage; then
echo " pkg2appimage already exists" 1> /dev/null
else
echo " Downloading pkg2appimage..."
wget -q https://raw.githubusercontent.com/ivan-hc/AM-application-manager/main/tools/pkg2appimage
wget -q https://github.com/AppImageCommunity/pkg2appimage/releases/download/continuous/pkg2appimage--x86_64.AppImage -O pkg2appimage
fi
chmod a+x ./appimagetool ./pkg2appimage
rm -f ./recipe.yml
Expand Down

0 comments on commit 038cd09

Please sign in to comment.