Browse Source
Pass all flags to pyinstaller directly
unifiedWindowUI
0.0.1dev2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
5 additions and
1 deletions
-
.travis.yml
|
|
@ -18,7 +18,11 @@ install: |
|
|
|
- pip install -r requirements.txt |
|
|
|
|
|
|
|
script: |
|
|
|
- pyinstaller --onefile dropship.py |
|
|
|
- | |
|
|
|
pyinstaller |
|
|
|
--onefile dropship.py |
|
|
|
--add-data "dropship.glade:." |
|
|
|
--add-data "dropship.css:." |
|
|
|
|
|
|
|
deploy: |
|
|
|
provider: releases |
|
|
|