Add appimage related lines, dont include youtube-dl.
This commit is contained in:
parent
8fe2c512c2
commit
92a9a5b47d
|
@ -21,8 +21,8 @@ fi
|
||||||
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage -O appdir/usr/bin/appimageupdatetool
|
wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage -O appdir/usr/bin/appimageupdatetool
|
||||||
chmod +x appdir/usr/bin/appimageupdatetool
|
chmod +x appdir/usr/bin/appimageupdatetool
|
||||||
|
|
||||||
wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl
|
#wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl
|
||||||
chmod +x appdir/usr/bin/youtube-dl
|
#chmod +x appdir/usr/bin/youtube-dl
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -61,7 +61,7 @@ var translations = {
|
||||||
FONT: "Font",
|
FONT: "Font",
|
||||||
SUBTITLES_FONT_SIZE: "Subtitles Font Size",
|
SUBTITLES_FONT_SIZE: "Subtitles Font Size",
|
||||||
UI_FADE_TIME: "UI Fade Time (ms)",
|
UI_FADE_TIME: "UI Fade Time (ms)",
|
||||||
UPDATE: "Update (AppImage Only)"
|
UPDATE_APPIMAGE: "Update (AppImage Only)"
|
||||||
|
|
||||||
},
|
},
|
||||||
spanish: {
|
spanish: {
|
||||||
|
@ -376,7 +376,7 @@ var translations = {
|
||||||
FONT: "పదాలు/ఫాంట్",
|
FONT: "పదాలు/ఫాంట్",
|
||||||
SUBTITLES_FONT_SIZE: "సుబ్టైటల్ పదాలు/ఫాంట్ సైజు",
|
SUBTITLES_FONT_SIZE: "సుబ్టైటల్ పదాలు/ఫాంట్ సైజు",
|
||||||
UI_FADE_TIME: "UI వీడిపోవు(మిల్లీ సె)",
|
UI_FADE_TIME: "UI వీడిపోవు(మిల్లీ సె)",
|
||||||
UPDATE: "అప్డేట్ చేయి (AppImage Only)"
|
UPDATE_APPIMAGE: "అప్డేట్ చేయి (AppImage Only)"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue