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'],
|
['booru_viewer/main_gui.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[('icon.png', '.'), ('booru_viewer/gui/custom_css_guide.txt', 'booru_viewer/gui')],
|
datas=[('icon.png', '.')],
|
||||||
hiddenimports=hiddenimports,
|
hiddenimports=hiddenimports,
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
hooksconfig={},
|
hooksconfig={},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user