The fancy copying stuff didn't work. Simplified the .spec.

This commit is contained in:
Storm Dragon
2025-11-03 21:05:41 -05:00
parent 1c6710106f
commit 9d1b65d71b

View File

@@ -5,12 +5,7 @@ a = Analysis(
['Toby Doom Launcher.py'],
pathex=[],
binaries=[],
datas=[
('TobyCustom', 'TobyCustom'),
('DoomTTS.ps1', '.'),
('LICENSE', '.'),
('README.md', '.'),
],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},