From d221c282ad01dac6c3dfa8e07815f6b9efa1f995 Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Thu, 18 Oct 2018 09:58:14 +0100 Subject: [PATCH] Fix? --- scripts/makeappimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index fe6fe50..fa71ff3 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -27,5 +27,5 @@ export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for namin #export PIP_REQUIREMENTS=youtube-dl 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 +#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 -v 3