Skip to content

Commit 491560b

Browse files
authored
Merge pull request #4 from zouyonghe/main
docs: simplify README project description
2 parents 3b82e2b + 9f96a9d commit 491560b

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/build-desktop-tauri.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@ jobs:
112112
fi
113113
fi
114114
115-
echo "source_git_url=${source_git_url}" >> "${GITHUB_OUTPUT}"
116-
echo "source_git_ref=${source_git_ref}" >> "${GITHUB_OUTPUT}"
117-
echo "astrbot_version=${version}" >> "${GITHUB_OUTPUT}"
118-
echo "should_build=${should_build}" >> "${GITHUB_OUTPUT}"
115+
{
116+
echo "source_git_url=${source_git_url}"
117+
echo "source_git_ref=${source_git_ref}"
118+
echo "astrbot_version=${version}"
119+
echo "should_build=${should_build}"
120+
} >> "${GITHUB_OUTPUT}"
119121
echo "Resolved source: ${source_git_url}@${source_git_ref}"
120122
echo "Resolved AstrBot version: ${version}"
121123
echo "Build enabled: ${should_build}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# AstrBot Desktop (Tauri)
66

7-
AstrBot 的独立桌面端仓库(Tauri 2.10,内置 CPython 运行时打包后端)
7+
AstrBot 的独立桌面端仓库。
88

99
<a href="https://github.com/AstrBotDevs/AstrBot">原始项目仓库</a> |
1010
<a href="https://astrbot.app/">官方文档</a> |

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"active": true,
3030
"targets": "all",
3131
"icon": [
32+
"icons/icon.ico",
3233
"icons/icon.png"
3334
],
3435
"resources": {

0 commit comments

Comments
 (0)