Skip to content

Commit c02321b

Browse files
committed
fix a build issue
1 parent b97f718 commit c02321b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@ jobs:
113113
STREAMLINK_PYTHON_ARCH: amd64
114114

115115
- name: Build win32 package (Python 3.10)
116+
if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag
116117
run: bash ./scripts/makeportable.sh
117118
env:
118119
STREAMLINK_PYTHON_VERSION: 3.10.0
119120
STREAMLINK_PYTHON_ARCH: win32
120121

121122
- name: Build amd64 package (Python 3.10)
123+
if: steps.versions.outputs.streamlink_tag != steps.versions.outputs.streamlink_portable_tag
122124
run: bash ./scripts/makeportable.sh
123125
env:
124126
STREAMLINK_PYTHON_VERSION: 3.10.0

scripts/makeportable.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ cp "${ROOT_DIR}/resources/streamlink.bat" "${bundle_dir}/streamlink.bat"
6868
cp "${ROOT_DIR}/NOTICE" "${bundle_dir}/NOTICE.txt"
6969

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

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

0 commit comments

Comments
 (0)