File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 INSTALL_DIR : ${{github.workspace}}/.cache/install_${{matrix.BUILD_TYPE}}
4141 ANDROID_PLATFORM : android-23
4242 ANDROID_NATIVE_API_LEVEL : 23
43- ChineseChessControl_VERSION : " 2 .0.11"
43+ ChineseChessControl_VERSION : " v2 .0.11"
4444 VCPKGGITCOMMITID : d765306b074717dea8dc1c4723e1b025acb61c2d
4545 qt_modules : ' qtimageformats qtmultimedia qtscxml qtwebchannel qtwebsockets qtwebview'
4646
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: build
55env :
66 artifact_path : artifact_path
77 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8- ChineseChessControl_VERSION : " 2 .0.11"
8+ ChineseChessControl_VERSION : " v2 .0.11"
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 1818 SOURCE_DIR : ${{github.workspace}}/.cache/source
1919 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2020 INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu
21- ChineseChessControl_VERSION : " 2 .0.11"
21+ ChineseChessControl_VERSION : " v2 .0.11"
2222 DOXYGEN_VERSION : 1.9.5
2323 artifact_name : build_doxygen
2424
Original file line number Diff line number Diff line change 2626 SOURCE_DIR : ${{github.workspace}}\.cache\source
2727 TOOSL_DIR : ${{github.workspace}}\.cache\tools
2828 INSTALL_DIR : ${{github.workspace}}\.cache\install_mingw
29- ChineseChessControl_VERSION : " 2 .0.11"
29+ ChineseChessControl_VERSION : " v2 .0.11"
3030 artifact_name : build_mingw
3131
3232 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change 4545 CMAKE_GENERATOR : " Visual Studio 17 2022"
4646 CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
4747 VCPKG_PLATFORM_TOOLSET : ${{matrix.VCPKG_PLATFORM_TOOLSET}}
48- ChineseChessControl_VERSION : " 2 .0.11"
48+ ChineseChessControl_VERSION : " v2 .0.11"
4949 VCPKGGITCOMMITID : d765306b074717dea8dc1c4723e1b025acb61c2d
5050 qt_modules : ' qtwebengine ${{matrix.qt_modules}}'
5151
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ before_install:
5050- sudo Xvfb :99 -ac &
5151- export DISPLAY=:99.0
5252- mkdir ${SOURCE_DIR}/Tools
53- - export VERSION="2 .0.11"
53+ - export VERSION="v2 .0.11"
5454- echo "QT_USER:$QT_USER"
5555- echo "QT_PASSWORD:$QT_PASSWORD"
5656- echo "STOREPASS:$STOREPASS"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if(POLICY CMP0021)
3030endif ()
3131
3232# 设置版本号
33- SET (ChineseChessControl_VERSION "2 .0.11" )
33+ SET (ChineseChessControl_VERSION "v2 .0.11" )
3434# 用 GIT 得到版本号
3535IF (EXISTS "${CMAKE_SOURCE_DIR} /.git" )
3636 if (NOT GIT)
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " ChineseChessControl"
5- !define PRODUCT_VERSION " 2 .0.11"
5+ !define PRODUCT_VERSION " v2 .0.11"
66!define PRODUCT_PUBLISHER " Kang Lin (kl222@126.com)"
77!define PRODUCT_WEB_SITE " https://github.com/KangLin/${PRODUCT_NAME}"
88!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
Original file line number Diff line number Diff line change 7878+ [ 最后版本] ( https://github.com/KangLin/ChineseChessControl/releases/latest )
7979+ 当前版本:
8080 - Windows安装包,支持 Windows 7 以上系统。
81- - chinesechesscontrol_v2.0.1_Windows_x64_setup .exe
81+ - chinesechesscontrol_v2.0.11_Windows_x64_setup .exe
8282 - [ 从 GITHUB 下载] ( https://github.com/KangLin/ChineseChessControl/releases/download/v2.0.11/chinesechesscontrol_v2.0.11_Windows_x64_setup.exe )
8383 - [ 从 Sourceforge 下载] ( https://sourceforge.net/projects/chinesechesscontrol/files/v2.0.11/chinesechesscontrol_v2.0.11_Windows_x64_setup.exe/download )
8484 - chinesechesscontrol_v2.0.11_Windows_X86_setup.exe
Original file line number Diff line number Diff line change 1- version : ' 2 .0.11.{build}'
1+ version : ' v2 .0.11.{build}'
22
33cache :
44 - Package
@@ -10,7 +10,7 @@ environment:
1010 secure : EoBPaPuJ6u9UDYpQWjKhUg==
1111 QT_PASSWORD :
1212 secure : ejAYGgB+3sBispRxUSr0xw==
13- ChineseChessControl_VERSION : " 2 .0.11"
13+ ChineseChessControl_VERSION : " v2 .0.11"
1414
1515 matrix :
1616 # #### msvc 2019 ########
You can’t perform that action at this time.
0 commit comments