Make linuxdeploy less verbose.
This commit is contained in:
parent
463b142b48
commit
695c83dbc4
|
@ -28,4 +28,4 @@ export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for namin
|
|||
export CONDA_PACKAGES=youtube-dl
|
||||
#ln -s ../conda/bin/youtube-dl appdir/usr/bin/youtube-dl
|
||||
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl
|
||||
./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --plugin conda --output appimage
|
||||
./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --plugin conda --output appimage -v 3
|
||||
|
|
Loading…
Reference in a new issue