Skip to content

Commit 4362184

Browse files
committed
Fix PyInstaller build
1 parent fa5b4d0 commit 4362184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wwrando.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ a = Analysis(['wwrando.py'],
3737
'version.txt',
3838
'wwr_ui/*.ui',
3939
]),
40-
hiddenimports=[],
40+
hiddenimports=[
41+
'_cffi_backend', # For imagequant (gclib)
42+
],
4143
hookspath=[],
4244
runtime_hooks=[],
4345
excludes=[],

0 commit comments

Comments
 (0)