Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Nov 6, 2018
1 parent 5d61689 commit 94d3c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ publish:
build-executable:
pip install pyinstaller
# https://pythonhosted.org/PyInstaller/when-things-go-wrong.html#helping-pyinstaller-find-modules
# pyi-makespec --paths=excalibur/executors/celery_executor.py arthur.py
# replace : with ; for Windows
pyinstaller --add-data "excalibur/www/templates:excalibur/www/templates" --add-data "excalibur/www/static:excalibur/www/static" --add-data "excalibur/config_templates:excalibur/config_templates" arthur.py

0 comments on commit 94d3c61

Please sign in to comment.