Skip to content

Commit

Permalink
修复.travis.yml中的一处问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsury committed Dec 15, 2019
1 parent c9b58cc commit 2518097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- 'pip3 install -r requirements.txt'
- 'pip3 install pyinstaller'
script:
- 'if [ "$TRAVIS_OS_NAME" = "windows" ]; then python -m BiliDrive -V; else python3 -m BiliDrive -V; fi'
- 'if [ "$TRAVIS_OS_NAME" = "windows" ]; then python -m BiliDrive -v; else python3 -m BiliDrive -v; fi'
- 'pyinstaller -F -n BiliDrive -i icon.ico BiliDrive/__main__.py'
- 'mkdir -p release/BiliDrive'
- 'cp {dist/*,LICENSE,README.md} release/BiliDrive'
Expand Down

0 comments on commit 2518097

Please sign in to comment.