mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-14 16:38:29 +00:00
use python zipfile instead of zip
Authored by: bashonly
This commit is contained in:
parent
8d129c869a
commit
47922adf9e
@ -9,7 +9,7 @@ python3 -m devscripts.make_lazy_extractors
|
|||||||
python3 devscripts/update-version.py -c "${CHANNEL}" -r "${ORIGIN}" "${VERSION}"
|
python3 devscripts/update-version.py -c "${CHANNEL}" -r "${ORIGIN}" "${VERSION}"
|
||||||
python3 -m bundle.pyinstaller --onedir
|
python3 -m bundle.pyinstaller --onedir
|
||||||
pushd "./dist/${EXE_NAME}"
|
pushd "./dist/${EXE_NAME}"
|
||||||
zip -r "/build/${EXE_NAME}.zip" .
|
python3 -m zipfile -c "/build/${EXE_NAME}.zip" ./
|
||||||
popd
|
popd
|
||||||
python3 -m bundle.pyinstaller
|
python3 -m bundle.pyinstaller
|
||||||
mv "./dist/${EXE_NAME}" /build/
|
mv "./dist/${EXE_NAME}" /build/
|
||||||
|
Loading…
Reference in New Issue
Block a user