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'], ['Toby Doom Launcher.py'],
pathex=[], pathex=[],
binaries=[], binaries=[],
datas=[ datas=[],
('TobyCustom', 'TobyCustom'),
('DoomTTS.ps1', '.'),
('LICENSE', '.'),
('README.md', '.'),
],
hiddenimports=[], hiddenimports=[],
hookspath=[], hookspath=[],
hooksconfig={}, hooksconfig={},