Browse Source
Use correct ordering and slashes
unifiedWindowUI
0.0.1dev3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
3 additions and
3 deletions
-
.travis.yml
|
|
@ -19,10 +19,10 @@ install: |
|
|
|
|
|
|
|
script: |
|
|
|
- | |
|
|
|
pyinstaller |
|
|
|
pyinstaller \ |
|
|
|
--add-data "dropship.glade:." \ |
|
|
|
--add-data "dropship.css:." \ |
|
|
|
--onefile dropship.py |
|
|
|
--add-data "dropship.glade:." |
|
|
|
--add-data "dropship.css:." |
|
|
|
|
|
|
|
deploy: |
|
|
|
provider: releases |
|
|
|