Skip to content

Commit

Permalink
Fix for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man committed Jan 6, 2025
1 parent ab1be9e commit 98f5842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-tools/auto-mcs.linux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for item in data_list:
a.datas = tuple(data_list)

# Convert modified list back to a tuple
a.datas += Tree('./gui-assets', prefix='gui-assets', excludes=exclude_list)
a.datas += tuple(Tree('./gui-assets', prefix='gui-assets', excludes=exclude_list))


# Remove binaries
Expand Down
2 changes: 1 addition & 1 deletion build-tools/reqs-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pillow==10.3.0
plyer>=2.1.0
psutil>=6.0.0
Pygments==2.16.1
pyinstaller==5.10
pyinstaller>=5.10
pyinstaller-hooks-contrib>=2024.7
pyparsing==3.0.9
requests==2.32.0
Expand Down

0 comments on commit 98f5842

Please sign in to comment.