Skip to content

Commit

Permalink
[Makefile] added special package-appveyor target
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jun 3, 2017
1 parent 728e415 commit 597fdf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ test-integration:

package:
pyinstaller aw-qt.spec --clean --noconfirm

package-appveyor:
# Includes Qt binaries which are not automatically found due to bug in PyInstaller 3.2
# See: https://github.com/pyinstaller/pyinstaller/issues/2152
pyinstaller aw-qt.spec --path "C:/Python35/Lib/site-packages/PyQt5/Qt/bin" --clean --noconfirm

0 comments on commit 597fdf1

Please sign in to comment.