Skip to content

Commit

Permalink
Fix exe builds not working
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Mar 8, 2020
1 parent a7f2fce commit df8c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack_models.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['pack_models.py'],
pathex=["./wwrando"],
binaries=[],
datas=[],
datas=[("wwrando/data/*.txt", "data")],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down
2 changes: 1 addition & 1 deletion unpack_models.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['unpack_models.py'],
pathex=["./wwrando"],
binaries=[],
datas=[],
datas=[("wwrando/data/*.txt", "data")],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit df8c24e

Please sign in to comment.