diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2face5d00..030aa3fd4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -65,6 +65,7 @@ jobs: https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl libtorrent==${{ matrix.libtorrent }} pyinstaller + pygame -r requirements.txt - name: Install Deluge diff --git a/packaging/win/delugewin.spec b/packaging/win/delugewin.spec index d6c93d923..4fafff049 100644 --- a/packaging/win/delugewin.spec +++ b/packaging/win/delugewin.spec @@ -8,7 +8,7 @@ from PyInstaller.utils.hooks import collect_all, copy_metadata datas = [] binaries = [] -hiddenimports = [] +hiddenimports = ['pygame'] runtime_hooks_gtk = [os.path.join(SPECPATH, 'pyi_rth_gtk_csd.py')] # Collect Meta Data