Skip to content

Commit

Permalink
fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig committed Nov 16, 2021
1 parent b97f718 commit c02321b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@ jobs:
STREAMLINK_PYTHON_ARCH: amd64

- name: Build win32 package (Python 3.10)
if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag
run: bash ./scripts/makeportable.sh
env:
STREAMLINK_PYTHON_VERSION: 3.10.0
STREAMLINK_PYTHON_ARCH: win32

- name: Build amd64 package (Python 3.10)
if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag
run: bash ./scripts/makeportable.sh
env:
STREAMLINK_PYTHON_VERSION: 3.10.0
Expand Down
1 change: 0 additions & 1 deletion scripts/makeportable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ cp "${ROOT_DIR}/resources/streamlink.bat" "${bundle_dir}/streamlink.bat"
cp "${ROOT_DIR}/NOTICE" "${bundle_dir}/NOTICE.txt"

cp -r "${STREAMLINK_CHECKOUT_DIR}/win32/config" "${bundle_dir}/config.template"
cp -r "${STREAMLINK_CHECKOUT_DIR}/win32/THIRD-PARTY.txt" "${bundle_dir}/THIRD-PARTY.txt"

ASSETS_DATA=$(cat "${STREAMLINK_ASSETS_FILE}")

Expand Down

0 comments on commit c02321b

Please sign in to comment.