This repository builds a Windows executable for pymobiledevice3 using GitHub Actions and PyInstaller.
- Runs on a Windows GitHub Actions runner
- Sets up Python 3
- Installs pymobiledevice3 and required dependencies
- Packages pymobiledevice3 into a one-folder Windows executable
- Uploads the final EXE as a GitHub Actions artifact
This repository and the generated executable are licensed under GPL-3.0, in accordance with pymobiledevice3’s license.
All credit for pymobiledevice3 goes to doronz88.