Skip to content

Commit

Permalink
Merge pull request #1040 from Johann-PLW/main
Browse files Browse the repository at this point in the history
Minor updates for Ubuntu GUI & Windows binaries
  • Loading branch information
Johann-PLW authored Jan 28, 2025
2 parents c66fc99 + 378bcca commit 55e9046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ileappGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def load_case():
mlist_window_height = 24
log_text_height = 36
elif is_platform_linux():
mlist_window_height = 16
log_text_height = 27
mlist_window_height = 17
log_text_height = 28
else:
mlist_window_height = 19
log_text_height = 29
Expand Down
2 changes: 1 addition & 1 deletion scripts/pyinstaller/ileappGUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['..\\..\\ileappGUI.py'],
pathex=['..\\scripts\\artifacts'],
binaries=[],
datas=[('..\\', '.\\scripts')],
datas=[('..\\', '.\\scripts'), ('..\\..\\assets', '.\\assets')],
hiddenimports=[
'astc_decomp_faster',
'bencoding',
Expand Down

0 comments on commit 55e9046

Please sign in to comment.