update url to download pytnon3.13

This commit is contained in:
2025-07-05 23:05:15 +03:00
parent 2c8656c296
commit b4628d82ea

View File

@ -6,7 +6,7 @@
# desc: Собирает AppImage
# Импортирует скрипт с определениями цветов
source ./3rdparty/colors.sh/colors.sh
source ../3rdparty/colors.sh/colors.sh
APPDIR="../AppDir"
GIT_HASH=$(git rev-parse --short HEAD)
@ -21,9 +21,9 @@ download_appimage_tool() {
# Скачивает March Any Linux Python
download_python() {
wget -q --show-progress https://github.com/niess/python-appimage/releases/download/python3.13/python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage
chmod +x python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage
mv python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage python3.13
wget -q --show-progress https://github.com/niess/python-appimage/releases/download/python3.13/python3.13.5-cp313-cp313-manylinux2014_x86_64.AppImage
chmod +x python3.13.5-cp313-cp313-manylinux2014_x86_64.AppImage
mv python3.13.5-cp313-cp313-manylinux2014_x86_64.AppImage python3.13
mkdir -p ${APPDIR}/usr/bin/
cp ./python3.13 ${APPDIR}/usr/bin/python3.13