Skip to content

Commit

Permalink
exclude PyQt5 on Linux builds [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Mar 22, 2024
1 parent 2078c52 commit fb09466
Showing 1 changed file with 1 addition and 1 deletion.
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 artisan-linux.spec
pyinstaller -y --log-level=INFO --exclude-module PyQt5 artisan-linux.spec

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

0 comments on commit fb09466

Please sign in to comment.