From 933425ae6f46f4b10e5e80a7318a5681cc92d6d3 Mon Sep 17 00:00:00 2001 From: che Date: Sat, 15 Feb 2025 00:22:27 +0100 Subject: [PATCH] fix(makeportable.sh): buildname is now py313-x86_64 --- makeportable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeportable.sh b/makeportable.sh index d5d8a25..4648279 100755 --- a/makeportable.sh +++ b/makeportable.sh @@ -42,11 +42,11 @@ done case $STREAMLINK_PYTHON_ARCH in win32) PYTHON_PLATFORM="win32" - BUILDNAME="py312-x86_64" + BUILDNAME="py313-x86_64" ;; amd64) PYTHON_PLATFORM="win_amd64" - BUILDNAME="py312-x86_64" + BUILDNAME="py313-x86_64" ;; *) echo "error: unknown architecture [$STREAMLINK_PYTHON_ARCH]"