Skip to content

Commit

Permalink
move exclude to spec file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Mar 22, 2024
1 parent fb09466 commit ca7e57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/artisan-linux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ a = Analysis(['artisan.py'],
datas=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=['PyQt5'],
hiddenimports=hiddenimports_list,
win_no_prefer_redirects=False,
win_private_assemblies=False,
Expand Down
2 changes: 1 addition & 1 deletion src/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
ln -s /usr/lib/libusb-1.0.so.0
fi

pyinstaller -y --log-level=INFO --exclude-module PyQt5 artisan-linux.spec
pyinstaller -y --log-level=INFO artisan-linux.spec

mv dist/artisan dist/artisan.d
mv dist/artisan.d/* dist
Expand Down

0 comments on commit ca7e57e

Please sign in to comment.