ebb-earl-co / tidal-wave

Waving at the TIDAL music service
Apache License 2.0
35 stars 2 forks source link

Standardize GitHub Actions around PyInstaller #138

Closed ebb-earl-co closed 3 months ago

ebb-earl-co commented 3 months ago

Now that I have figured out how to compile FFmpeg on Windows, PyInstaller will be the tool used to create release objects. To this end,

  1. Deprecate (only include in the next release) the PyApp binaries
  2. Revamp .github/workflows/pyinstaller-*.yaml to cache compiled FFmpeg, version of Python3 (after 2024.4.1, Python 3.12 and FFmpeg 7)
  3. Rewrite README.md and BUILDME.md with the new instructions and references