File tree Expand file tree Collapse file tree 14 files changed +34
-32
lines changed Expand file tree Collapse file tree 14 files changed +34
-32
lines changed Original file line number Diff line number Diff line change 30
30
SOURCE_DIR : ${{github.workspace}}/.cache/source
31
31
TOOSL_DIR : ${{github.workspace}}/.cache/tools
32
32
INSTALL_DIR : ${{github.workspace}}/.cache/install
33
- SerialPortAssistant_VERSION : v0.5.22
33
+ SerialPortAssistant_VERSION : v0.5.23
34
34
VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
35
35
VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
36
36
VCPKG_DEFAULT_HOST_TRIPLET : x64-linux
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build
3
3
env :
4
4
artifact_path : artifact_path
5
5
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6
- SerialPortAssistant_VERSION : v0.5.22
6
+ SerialPortAssistant_VERSION : v0.5.23
7
7
8
8
on :
9
9
push :
Original file line number Diff line number Diff line change 26
26
SOURCE_DIR : ${{github.workspace}}\.cache\source
27
27
TOOSL_DIR : ${{github.workspace}}\.cache\tools
28
28
INSTALL_DIR : ${{github.workspace}}\.cache\install_mingw
29
- SerialPortAssistant_VERSION : v0.5.22
29
+ SerialPortAssistant_VERSION : v0.5.23
30
30
artifact_name : build_mingw
31
31
32
32
# Map the job outputs to step outputs
Original file line number Diff line number Diff line change 45
45
VCPKG_PLATFORM_TOOLSET : ${{matrix.VCPKG_PLATFORM_TOOLSET}}
46
46
VCPKG_MANIFEST_DIR : " ${{github.workspace}}${{matrix.VCPKG_MANIFEST_DIR}}"
47
47
CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
48
- SerialPortAssistant_VERSION : v0.5.22
48
+ SerialPortAssistant_VERSION : v0.5.23
49
49
VCPKGGITCOMMITID : 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
50
50
VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
51
51
qt_modules : qtwebengine ${{matrix.qt_modules}}
Original file line number Diff line number Diff line change 22
22
SOURCE_DIR : ${{github.workspace}}/.cache/source
23
23
TOOSL_DIR : ${{github.workspace}}/.cache/tools
24
24
INSTALL_DIR : ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
25
- SerialPortAssistant_VERSION : 0.5.22
25
+ SerialPortAssistant_VERSION : 0.5.23
26
26
artifact_name : build_ubuntu
27
27
28
28
# Map the job outputs to step outputs
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ endif()
28
28
GET_VERSION(OUT_VERSION SerialPortAssistant_VERSION
29
29
OUT_REVISION SerialPortAssistant_Revision)
30
30
IF (NOT SerialPortAssistant_VERSION)
31
- SET (SerialPortAssistant_VERSION "v0.5.22 " )
31
+ SET (SerialPortAssistant_VERSION "v0.5.23 " )
32
32
ENDIF ()
33
33
message ("SerialPortAssistant_VERSION:${SerialPortAssistant_VERSION} ;Revision:${SerialPortAssistant_Revision} " )
34
34
Original file line number Diff line number Diff line change 1
1
<?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.22 " >
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.23 " >
3
3
4
4
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5
5
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 2
2
3
3
; HM NIS Edit Wizard helper defines
4
4
!define PRODUCT_NAME " SerialPortAssistant"
5
- !define PRODUCT_VERSION " v0.5.22 "
5
+ !define PRODUCT_VERSION " v0.5.23 "
6
6
!define PRODUCT_PUBLISHER " KangLin studio"
7
7
!define PRODUCT_WEB_SITE " https://github.com/KangLin/${PRODUCT_NAME}"
8
8
!define PRODUCT_DIR_REGKEY " Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
Original file line number Diff line number Diff line change 65
65
- Install
66
66
- ubuntu
67
67
68
- sudo apt install ./serialportassistant_0.5.22_amd64 .deb
68
+ sudo apt install ./serialportassistant_0.5.23_amd64 .deb
69
69
# If you're on an older Linux distribution, you will need to run this instead:
70
- # sudo dpkg -i serialportassistant_0.5.22_amd64 .deb
70
+ # sudo dpkg -i serialportassistant_0.5.23_amd64 .deb
71
71
# sudo apt-get install -f # Install dependencies
72
72
73
73
## Donate
Original file line number Diff line number Diff line change 60
60
- 安装说明:
61
61
- ubuntu
62
62
63
- sudo apt install ./serialportassistant_0.5.22_amd64 .deb
63
+ sudo apt install ./serialportassistant_0.5.23_amd64 .deb
64
64
# 如果你是老的 Linux 发行系统。你需要用下列命令替换:
65
- # sudo dpkg -i serialportassistant_0.5.22_amd64 .deb
65
+ # sudo dpkg -i serialportassistant_0.5.23_amd64 .deb
66
66
# sudo apt-get install -f # Install dependencies
67
67
68
68
### 捐赠
You can’t perform that action at this time.
0 commit comments