Ensure imagemagick is installed locally in order to build the AppImage
This commit is contained in:
parent
5479f756f9
commit
b10c007e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ poetry build
|
||||||
poetry publish
|
poetry publish
|
||||||
|
|
||||||
# Make AppImage
|
# Make AppImage
|
||||||
sudo apt-get -y install libfuse-dev
|
sudo apt-get -y install libfuse-dev imagemagick
|
||||||
poetry run pyproject-appimage
|
poetry run pyproject-appimage
|
||||||
mv Bouquin.AppImage dist/
|
mv Bouquin.AppImage dist/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue