Remove deleted custom_css_guide.txt from PyInstaller spec
This commit is contained in:
parent
9df3009a94
commit
c5668c4604
@ -26,7 +26,7 @@ a = Analysis(
|
||||
['booru_viewer/main_gui.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[('icon.png', '.'), ('booru_viewer/gui/custom_css_guide.txt', 'booru_viewer/gui')],
|
||||
datas=[('icon.png', '.')],
|
||||
hiddenimports=hiddenimports,
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user