[Scripts] Change GTK plugin name.
This commit is contained in:
parent
22d8016461
commit
e8c1b05c45
|
@ -41,5 +41,5 @@ pyinstaller __main__.py -n youtube-dl --onefile || true
|
||||||
cp dist/youtube-dl appdir/usr/bin || true
|
cp dist/youtube-dl appdir/usr/bin || true
|
||||||
|
|
||||||
export UPD_INFO="gh-releases-zsync|NamedKitten|KittehPlayer|continuous|KittehPlayer-$ARCH.AppImage.zsync"
|
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
|
./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage -v 3
|
||||||
|
|
Loading…
Reference in a new issue