Skip to content

Commit

Permalink
instal wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 10, 2024
1 parent 87a970e commit cb69048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
uv run python mingw_install.py
docker compose -f docker-compose-msys2-clangarm64.yml up
uv run python -m pip download pyinstaller==$PYINSTALLER_VERSION --platform win_arm64 --only-binary=:all:
uv run python -m setuptools._vendor.wheel unpack pyinstaller-$PYINSTALLER_VERSION-py3-none-win_arm64.whl
uv run python -m pip install wheel
uv run python -m wheel unpack pyinstaller-$PYINSTALLER_VERSION-py3-none-win_arm64.whl
sudo mv ./pyinstaller-$PYINSTALLER_VERSION/PyInstaller/bootloader/Windows-64bit-arm ./clangarm64/lib/python3.12/site-packages/PyInstaller/bootloader
sudo cp ./clangarm64/bin/libmediainfo-0.dll ./clangarm64/lib/python3.12/site-packages/pymediainfo/
docker compose -f docker-compose-build-wine-arm64.yml up
Expand Down

0 comments on commit cb69048

Please sign in to comment.