Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 23, 2024
1 parent ac29b1c commit 21bf783
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
7z a SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_qt${{matrix.qt_version}}_macos.zip install/.
- name: test run
if: ${{ matrix.BUILD_TYPE == 'Release' }}
if: false # ${{ matrix.BUILD_TYPE == 'Release' }}
working-directory: ${{github.workspace}}/build
run: |
./install/bin/SerialPortAssistant.sh
Expand Down
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
+ Version: v0.5.21
- Fix deploy.sh bug
- CI: copy openssl dll
- CI: copy openssl dll in windows. See: https://github.com/KangLin/RabbitCommon/commit/673aa9198ec1f88eb1f9f265d0b85f613ee86418
- Fix android resource
- MacOS can now be successfully compiled in CI.
but the loading dynamic library path is not set correctly.
Please help you set it.

+ Version: v0.5.20
- Modify deploy.sh
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
+ 版本: v0.5.21
- 修复 deploy.sh 错误
- 修复复制 openssl 库错误
- 修复在 windows 下复制 openssl 库错误。详见:https://github.com/KangLin/RabbitCommon/commit/673aa9198ec1f88eb1f9f265d0b85f613ee86418
- 修复 android 资源错误
- 当前在自动化编译中能成功编译 macos 。但是未能正确设置动态库的加载路径。请会的朋友帮助我设置。

+ 版本: v0.5.20
- 修改 deploy.sh
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ Author: Kang Lin ([email protected])
+ [x] linux
+ [x] Android
+ [x] mac, os
Mac os, I don't have the corresponding equipment,
- Mac os, I don't have the corresponding equipment,
please compile and test the user with the corresponding equipment.
- Currently compiles successfully.
but the loading dynamic library path is not set correctly.
Please help you set it.

See: [Qt5 supported platforms](https://doc.qt.io/qt-5/supported-platforms.html), [Qt6 supported platforms](https://doc.qt.io/qt-6/supported-platforms.html).
- Multi-language
Expand Down
4 changes: 3 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
+ [x] WINDOWS
+ [x] Linux
+ [x] Android
+ [x] mac、os 本人没有mac设备,请有些设备的同学自行编译和测试
+ [x] mac、os
- 本人没有mac设备,请有些设备的同学自行编译和测试
- 当前可以成功编译,但是没有正确设置加载动态库路径。请会设置的朋友帮助设置。

详见:[Qt5 支持平台](https://doc.qt.io/qt-5/supported-platforms.html)[Qt6 支持平台](https://doc.qt.io/qt-6/supported-platforms.html)
- 程序截屏
Expand Down

0 comments on commit 21bf783

Please sign in to comment.