We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4374c77 commit d3b92f1Copy full SHA for d3b92f1
.travis.yml
@@ -16,11 +16,4 @@ matrix:
16
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
17
install:
18
- pip3 install pyinstaller
19
-script:
20
- - pyinstaller \
21
- --clean \
22
- --windowed \
23
- --onedir \
24
- --onefile \
25
- --add-data Scripts:Scripts \
26
- ProperTree.command
+script: pyinstaller --clean --windowed --onedir --onefile --add-data Scripts:Scripts ProperTree.command
0 commit comments