Skip to content

Commit

Permalink
v3.3.Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
iikira committed Feb 23, 2018
1 parent 8afee34 commit b7cebd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BaiduPCS-Go 百度网盘客户端 v3.3.Beta3
# BaiduPCS-Go 百度网盘客户端

仿 Linux 文件处理命令的百度网盘命令行客户端.

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name="BaiduPCS-Go"
version=$1

if [ "$1" = "" ];then
version=v3.3.Beta3
version=v3.3.Beta4
fi

output="out/"
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

var (
// Version 版本号
Version = "v3.3.Beta3"
Version = "v3.3.Beta4"

historyFilePath = pcsutil.ExecutablePathJoin("pcs_command_history.txt")
reloadFn = func(c *cli.Context) error {
Expand Down Expand Up @@ -645,13 +645,13 @@ func main() {
appid 百度 PCS 应用ID
user_agent 浏览器标识
cache_size 下载缓存, 如果硬盘占用高或下载速度慢, 请尝试调大此值, 建议值 ( 1024 ~ 16384 )
cache_size 下载缓存, 如果硬盘占用高或下载速度慢, 请尝试调大此值, 建议值 ( 1024 ~ 262144 )
max_parallel 下载最大并发量 - 建议值 ( 50 ~ 500 )
savedir 下载文件的储存目录
例子:
set appid 260149
set cache_size 2048
set cache_size 20480
set max_parallel 250
set savedir D:/download
`,
Expand Down
Binary file modified resource_windows.syso
Binary file not shown.
8 changes: 4 additions & 4 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Major": 3,
"Minor": 3,
"Patch": 0,
"Build": 3
"Build": 4
},
"ProductVersion": {
"Major": 3,
"Minor": 3,
"Patch": 0,
"Build": 3
"Build": 4
},
"FileFlagsMask": "3f",
"FileFlags ": "00",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "iikira",
"FileDescription": "百度网盘客户端",
"FileVersion": "v3.3.Beta3",
"FileVersion": "v3.3.Beta4",
"InternalName": "",
"LegalCopyright": "© 2016-2018 iikira.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "BaiduPCS-Go",
"ProductVersion": "v3.3.Beta3",
"ProductVersion": "v3.3.Beta4",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit b7cebd7

Please sign in to comment.