mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
[CI] Add pygame to windows package build/spec file
pygame is required by notification plugin for sounds
This commit is contained in:
parent
5931d0cc0b
commit
2cad0f46f2
2 changed files with 2 additions and 1 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -65,6 +65,7 @@ jobs:
|
||||||
https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl
|
https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl
|
||||||
libtorrent==${{ matrix.libtorrent }}
|
libtorrent==${{ matrix.libtorrent }}
|
||||||
pyinstaller
|
pyinstaller
|
||||||
|
pygame
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
- name: Install Deluge
|
- name: Install Deluge
|
||||||
|
|
|
@ -8,7 +8,7 @@ from PyInstaller.utils.hooks import collect_all, copy_metadata
|
||||||
|
|
||||||
datas = []
|
datas = []
|
||||||
binaries = []
|
binaries = []
|
||||||
hiddenimports = []
|
hiddenimports = ['pygame']
|
||||||
runtime_hooks_gtk = [os.path.join(SPECPATH, 'pyi_rth_gtk_csd.py')]
|
runtime_hooks_gtk = [os.path.join(SPECPATH, 'pyi_rth_gtk_csd.py')]
|
||||||
|
|
||||||
# Collect Meta Data
|
# Collect Meta Data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue