File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ cp "${ROOT_DIR}/resources/streamlink.bat" "${bundle_dir}/streamlink.bat"
6868cp " ${ROOT_DIR} /NOTICE" " ${bundle_dir} /NOTICE.txt"
6969
7070cp -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
7372ASSETS_DATA=$( cat " ${STREAMLINK_ASSETS_FILE} " )
7473
You can’t perform that action at this time.
0 commit comments