1
0
Fork 0

[Scripts] Don't bundle python.

This commit is contained in:
Kitteh 2018-11-06 10:15:31 +00:00
parent c046827a10
commit a3c96dd3fd

View file

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