From 756ddc808244b1cc05874e9c13011667ca443cc9 Mon Sep 17 00:00:00 2001 From: idea4good Date: Wed, 12 Sep 2018 12:43:11 +0800 Subject: [PATCH] sync up with github --- sync.sh => .sync.sh | 0 README.md | 4 ++-- core/CMakeLists.txt | 2 +- gui/CMakeLists.txt | 2 +- sync.bat | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename sync.sh => .sync.sh (100%) diff --git a/sync.sh b/.sync.sh similarity index 100% rename from sync.sh rename to .sync.sh diff --git a/README.md b/README.md index c7c425c..3eaecb9 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ - GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中,让你的界面集百家之长,又不失个性。 - GuiLite鼓励混合编程,开发者可以用GuiLite接管UI部分,用Swift,Java,Go,C#,Python发开业务部分。 -## 新功能:“云”管理 -**统计代码的编译情况:** +## 新功能:自我监控 +**上报“编译/运行”情况至“云端”:** ![BuildInfo](doc/BuildInfo.png) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 3bb4cc7..856215c 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -22,5 +22,5 @@ TARGET_LINK_LIBRARIES(core sample) execute_process( - COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Core + COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Core ) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 38853e6..7624bbb 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -14,5 +14,5 @@ ADD_LIBRARY(gui ${SRC}) TARGET_LINK_LIBRARIES(gui core sample) execute_process( - COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Gui + COMMAND ${CMAKE_SOURCE_DIR}/.sync.sh Gui ) diff --git a/sync.bat b/sync.bat index 8a97d12..985baa6 100644 --- a/sync.bat +++ b/sync.bat @@ -12,5 +12,5 @@ set raw_data=[{^ \"Weight\" : 1^ }] -curl --include --request POST --header "Content-Type: application/json" --data-binary^ +curl.exe --include --request POST --header "Content-Type: application/json" --data-binary^ "%raw_data%" "%url%"