diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index c7d8c2e..b1b8c8a 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -32,11 +32,13 @@ chmod +x appdir/usr/bin/appimageupdatetool #cp /usr/bin/appimageupdatetool appdir/usr/bin -sudo pip3 install pyinstaller || true -sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O ytdl.zip || true -unzip ytdl.zip || true -pyinstaller __main__.py -n youtube-dl --onefile || true -cp dist/youtube-dl appdir/usr/bin || true +#sudo pip3 install pyinstaller || true +wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl +chmod +x appdir/usr/bin/youtube-dl +#|| true +#unzip ytdl.zip || true +#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" time ./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage -v 3