Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jul 3, 2020
1 parent 8e4e86d commit d1535b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
文件格式: $(平台)$(版本号)_$(架构)_$(QT 版本)_版本.zip


wget https://github.com/KangLin/RabbitThirdLibrary/releases/download/v0.3.1/windows_msvc15_x86_Qt5.12.8_v0.3.1.zip
wget https://github.com/KangLin/RabbitThirdLibrary/releases/download/v0.2.9-27-g8e4e86d-27-g8e4e86d/windows_msvc15_x86_Qt5.12.8_v0.2.9-27-g8e4e86d-27-g8e4e86d.zip
mkdir third_windows
unzip windows_msvc15_x86_Qt5.12.8_v0.3.1.zip -O third_windows
unzip windows_msvc15_x86_Qt5.12.8_v0.2.9-27-g8e4e86d-27-g8e4e86d.zip -O third_windows
cd third_windows
./change_prefix.sh #修改前缀为正确的目录
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 'v.{build}'
version: 'v0.2.9-27-g8e4e86d.{build}'

cache:
- Package

environment:
BUILD_VERSION: v0.3.1
BUILD_VERSION: v0.2.9-27-g8e4e86d-27-g8e4e86d
TimeOutMins: 2
#ApiKey:
# secure: qex0da587ygmywf4315g
Expand Down

0 comments on commit d1535b6

Please sign in to comment.