update url to download pytnon3.13
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
# desc: Собирает AppImage
|
# desc: Собирает AppImage
|
||||||
|
|
||||||
# Импортирует скрипт с определениями цветов
|
# Импортирует скрипт с определениями цветов
|
||||||
source ./3rdparty/colors.sh/colors.sh
|
source ../3rdparty/colors.sh/colors.sh
|
||||||
|
|
||||||
APPDIR="../AppDir"
|
APPDIR="../AppDir"
|
||||||
GIT_HASH=$(git rev-parse --short HEAD)
|
GIT_HASH=$(git rev-parse --short HEAD)
|
||||||
@ -21,9 +21,9 @@ download_appimage_tool() {
|
|||||||
|
|
||||||
# Скачивает March Any Linux Python
|
# Скачивает March Any Linux Python
|
||||||
download_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
|
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.3-cp313-cp313-manylinux2014_x86_64.AppImage
|
chmod +x python3.13.5-cp313-cp313-manylinux2014_x86_64.AppImage
|
||||||
mv python3.13.3-cp313-cp313-manylinux2014_x86_64.AppImage python3.13
|
mv python3.13.5-cp313-cp313-manylinux2014_x86_64.AppImage python3.13
|
||||||
|
|
||||||
mkdir -p ${APPDIR}/usr/bin/
|
mkdir -p ${APPDIR}/usr/bin/
|
||||||
cp ./python3.13 ${APPDIR}/usr/bin/python3.13
|
cp ./python3.13 ${APPDIR}/usr/bin/python3.13
|
||||||
|
Reference in New Issue
Block a user