[CI] Add pygame to windows package build/spec file

pygame is required by notification plugin for sounds
This commit is contained in:
tbkizle
2022-01-14 08:05:23 -05:00
committed by Calum Lind
parent 5931d0cc0b
commit 2cad0f46f2
2 changed files with 2 additions and 1 deletions

View File

@ -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