File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 SOURCE_DIR : ${{github.workspace}}/.cache/source
3131 TOOSL_DIR : ${{github.workspace}}/.cache/tools
3232 INSTALL_DIR : ${{github.workspace}}/.cache/install
33- SerialPortAssistant_VERSION : v0.5.24
33+ SerialPortAssistant_VERSION : v0.5.25
3434 VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
3535 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
3636 VCPKG_DEFAULT_HOST_TRIPLET : x64-linux
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build
33env :
44 artifact_path : artifact_path
55 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6- SerialPortAssistant_VERSION : v0.5.24
6+ SerialPortAssistant_VERSION : v0.5.25
77
88on :
99 push :
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- SerialPortAssistant_VERSION : v0.5.24
29+ SerialPortAssistant_VERSION : v0.5.25
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 VCPKG_PLATFORM_TOOLSET : ${{matrix.VCPKG_PLATFORM_TOOLSET}}
4646 VCPKG_MANIFEST_DIR : " ${{github.workspace}}${{matrix.VCPKG_MANIFEST_DIR}}"
4747 CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
48- SerialPortAssistant_VERSION : v0.5.24
48+ SerialPortAssistant_VERSION : v0.5.25
4949 VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
5050 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
5151 qt_modules : qtwebengine ${{matrix.qt_modules}}
Original file line number Diff line number Diff line change 2222 SOURCE_DIR : ${{github.workspace}}/.cache/source
2323 TOOSL_DIR : ${{github.workspace}}/.cache/tools
2424 INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
25- SerialPortAssistant_VERSION : 0.5.24
25+ SerialPortAssistant_VERSION : 0.5.25
2626 artifact_name : build_ubuntu
2727
2828 # Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ endif()
2828GET_VERSION (OUT_VERSION SerialPortAssistant_VERSION
2929 OUT_REVISION SerialPortAssistant_Revision )
3030IF (NOT SerialPortAssistant_VERSION)
31- SET (SerialPortAssistant_VERSION "0.5.24 " )
31+ SET (SerialPortAssistant_VERSION "0.5.25 " )
3232ENDIF ()
3333message ("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION} ;Revision:${SerialPortAssistant_Revision} " )
3434
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.KangLinStudio.SerialPortAssistant" android : installLocation =" auto" android : versionCode =" 0" android : versionName =" 0.5.24 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.KangLinStudio.SerialPortAssistant" android : installLocation =" auto" android : versionCode =" 0" android : versionName =" 0.5.25 " >
33
44 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
55 <uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 22
33; HM NIS Edit Wizard helper defines
44!define PRODUCT_NAME " SerialPortAssistant"
5- !define PRODUCT_VERSION " v0.5.24 "
5+ !define PRODUCT_VERSION " v0.5.25 "
66!define PRODUCT_PUBLISHER " KangLin studio"
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 @@ -65,9 +65,9 @@ Author: Kang Lin (kl222@126.com)
6565- Install
6666 - ubuntu
6767
68- sudo apt install ./serialportassistant_0.5.24_amd64 .deb
68+ sudo apt install ./serialportassistant_0.5.25_amd64 .deb
6969 # If you're on an older Linux distribution, you will need to run this instead:
70- # sudo dpkg -i serialportassistant_0.5.24_amd64 .deb
70+ # sudo dpkg -i serialportassistant_0.5.25_amd64 .deb
7171 # sudo apt-get install -f # Install dependencies
7272
7373## Donate
Original file line number Diff line number Diff line change 5959- 安装说明:
6060 - ubuntu
6161
62- sudo apt install ./serialportassistant_0.5.24_amd64 .deb
62+ sudo apt install ./serialportassistant_0.5.25_amd64 .deb
6363 # 如果你是老的 Linux 发行系统。你需要用下列命令替换:
64- # sudo dpkg -i serialportassistant_0.5.24_amd64 .deb
64+ # sudo dpkg -i serialportassistant_0.5.25_amd64 .deb
6565 # sudo apt-get install -f # Install dependencies
6666
6767### 捐赠
You can’t perform that action at this time.
0 commit comments