Skip to content

Commit

Permalink
更新图标并修订文档与许可证
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsury committed Nov 11, 2019
1 parent 103666f commit f8df70a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if: 'tag IS blank'
env:
global:
- TRAVIS_TAG=v1.3
- TRAVIS_TAG=v1.4
jobs:
include:
-
Expand Down Expand Up @@ -40,7 +40,7 @@ install:
- 'pip3 install pyinstaller'
script:
- 'if [ "$TRAVIS_OS_NAME" = "windows" ]; then python drive.py -h; else python3 drive.py -h; fi'
- 'pyinstaller -F -n BiliDrive drive.py'
- 'pyinstaller -F -n BiliDrive -i icon.ico drive.py'
- 'mkdir -p release/BiliDrive'
- 'cp {dist/*,LICENSE,README.md} release/BiliDrive'
- 'cd release'
Expand Down
28 changes: 22 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MIT License
The Star And Thank Author License (SATA)

Copyright (c) 2019 Ruoyang
Copyright © 2019 Hsury([email protected])

Project Url: https://github.com/Hsury/BiliDrive

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +11,27 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

And wait, the most important, you shall star/+1/like the project(s) in project url
section above first, and then thank the author(s) in Copyright section.

Here are some suggested ways:

- Email the authors a thank-you letter, and make friends with him/her/them.
- Report bugs or issues.
- Tell friends what a wonderful project this is.
- And, sure, you can just express thanks in your mind without telling the world.

Contributors of this project by forking have the option to add his/her name and
forked project url at copyright and project url sections, but shall not delete
or modify anything else in these two sections.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<h1 align="center">BiliDrive</h1>
<p align="center">
<img src="https://cdn.kagamiz.com/BiliDrive/bilidrive.png" width="128">
</p>

<h1 align="center">- BiliDrive -</h1>

<h4 align="center">☁️ 哔哩哔哩云,支持任意文件的全速上传与下载 ☁️</h4>

<p align="center">
<img src="https://img.shields.io/badge/version-2019.11.11-green.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/travis/com/Hsury/BiliDrive?style=for-the-badge">
<img src="https://img.shields.io/badge/license-SATA-blue.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/travis/com/Hsury/BiliDrive?style=for-the-badge">
</p>

<h4 align="center">☁️ 哔哩哔哩网盘,无限容量,带宽跑满,支持任意文件的多线程上传/下载与断点续传</h4>

<p align="center">
<img src="https://cdn.kagamiz.com/BiliDrive/demo.png" width="750">
</p>
Expand Down Expand Up @@ -92,8 +96,6 @@ drive.py history [-h]

将任意文件分块编码为图片后上传至B站,对该操作逆序即可下载并还原文件

*内容待补充*

## 性能指标

### 测试文件
Expand Down
Binary file added icon.ico
Binary file not shown.

0 comments on commit f8df70a

Please sign in to comment.