Skip to content

Commit

Permalink
fix(makeportable.sh): buildname is now py313-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
chhe committed Feb 14, 2025
1 parent 1e8dfb1 commit 933425a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makeportable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 933425a

Please sign in to comment.