Skip to content

Commit

Permalink
refactor: fix data path to former logic
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 6, 2024
1 parent 5652e6b commit ffde22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None

a = Analysis(['utils\\main.py'],
binaries=[],
datas=[('c:\hostedtoolcache\windows\python\3.9.13\x64\lib\site-packages\pyfiglet\*', 'pyfiglet')],
datas=[('c:/hostedtoolcache/windows/python/3.9.13/x64/lib/site-packages/pyfiglet', 'pyfiglet')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit ffde22b

Please sign in to comment.