From 4e06c5026c0fc804fa4abf5146640801191b3e5c Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Thu, 18 Oct 2018 09:20:40 +0100 Subject: [PATCH] Oops, fix qt plugin. --- scripts/makeappimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index 6d65a7f..40300aa 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -28,4 +28,4 @@ export PIP_REQUIREMENTS=youtube-dl #ln -s ../conda/bin/youtube-dl appdir/usr/bin/youtube-dl # --plugin conda sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl -./linuxdeploy-x86_64.AppImage --appdir appdir --plugin --output appimage +./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage