[Scripts] Don't bundle python.
This commit is contained in:
parent
c046827a10
commit
a3c96dd3fd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue