更新Readme

This commit is contained in:
tang1219
2026-06-16 15:13:04 +08:00
parent 29b4d47355
commit 06e250e52e
3 changed files with 134 additions and 10 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ done
# display_monitor.py
# )
for exe in "${EXE_LIST[@]}"; do
[ -f "$BUILD_DIR/opt/ktouch/$exe" ] && chmod 755 "$BUILD_DIR/opt/ktouch/$exe"
done
# for exe in "${EXE_LIST[@]}"; do
# [ -f "$BUILD_DIR/opt/ktouch/$exe" ] && chmod 755 "$BUILD_DIR/opt/ktouch/$exe"
# done
# usr 下文档 644,目录 755
find "$BUILD_DIR/usr" -type d -exec chmod 755 {} \;