Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iikira committed Mar 17, 2018
1 parent e5ecabd commit a26cc25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions 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
version=v3.3.1
fi

output="out/"
Expand Down Expand Up @@ -59,9 +59,6 @@ RicePack() {
rice -i github.com/iikira/BaiduPCS-Go/pcsweb append --exec "$output/$1/$2"
}

CC=$NDK_INSTALL/aarch64-linux-android-4.9/bin/aarch64-linux-android-gcc ArmBuild $name-$version"-android-21-arm64" android arm64 7
exit

# Android
export NDK_INSTALL=$ANDROID_NDK_ROOT/bin
# CC=$NDK_INSTALL/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-gcc ArmBuild $name-$version"-android-16-armv5" android arm 5
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

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

historyFilePath = pcsutil.ExecutablePathJoin("pcs_command_history.txt")
reloadFn = func(c *cli.Context) error {
Expand Down
Binary file modified resource_windows.syso
Binary file not shown.
12 changes: 6 additions & 6 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"FileVersion": {
"Major": 3,
"Minor": 3,
"Patch": 0,
"Build": 5
"Patch": 1,
"Build": 0
},
"ProductVersion": {
"Major": 3,
"Minor": 3,
"Patch": 0,
"Build": 5
"Patch": 1,
"Build": 0
},
"FileFlagsMask": "3f",
"FileFlags ": "00",
Expand All @@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "iikira",
"FileDescription": "百度网盘客户端",
"FileVersion": "v3.3",
"FileVersion": "v3.3.1",
"InternalName": "",
"LegalCopyright": "© 2016-2018 iikira.",
"LegalTrademarks": "",
"OriginalFilename": "",
"PrivateBuild": "",
"ProductName": "BaiduPCS-Go",
"ProductVersion": "v3.3",
"ProductVersion": "v3.3.1",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit a26cc25

Please sign in to comment.