Skip to content

Commit

Permalink
FF Converter: add all optional dependencies
Browse files Browse the repository at this point in the history
for increased application functionality
  • Loading branch information
theofficialgman committed Jan 6, 2024
1 parent cfc53f8 commit 63cdfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/FF Multi Converter/install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -f /usr/local/bin/ffmulticonverter ] || [ -f /usr/local/share/applications/
done
fi

install_packages python3 python3-pyqt5 python3-distutils ffmpeg imagemagick unoconv || exit 1
install_packages python3 python3-pyqt5 python3-distutils ffmpeg imagemagick unoconv tar binutils squashfs-tools pandoc || exit 1
pipx_install --system-site-packages "ffconverter==$version" || exit 1

# add .desktop symlinks since pipx does not create them https://github.com/pypa/pipx/issues/717
Expand Down

0 comments on commit 63cdfd6

Please sign in to comment.