From a3c96dd3fdca8db1b3d3b73e37871b4086a42549 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Tue, 6 Nov 2018 10:15:31 +0000 Subject: [PATCH] [Scripts] Don't bundle python. --- scripts/makeappimage.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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