diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index 6736154..182b07a 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -41,5 +41,5 @@ pyinstaller __main__.py -n youtube-dl --onefile || true cp dist/youtube-dl appdir/usr/bin || true export UPD_INFO="gh-releases-zsync|NamedKitten|KittehPlayer|continuous|KittehPlayer-$ARCH.AppImage.zsync" -export EXTRA_QT_PLUGINS="gtk3" +export EXTRA_QT_PLUGINS="qgtk3" ./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage -v 3