Skip to content

Commit

Permalink
Merge pull request #158 from dotnet-campus/t/lindexi/Docs
Browse files Browse the repository at this point in the history
更新文档
  • Loading branch information
walterlv authored Nov 13, 2024
2 parents 78e6872 + 62eeabd commit 244a105
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public string? DebControlDescription
get => GetString();
}
/// <summary>
/// 配置放入到 DEBIAN\control 文件的 Depends 属性。如不填写,则忽略。
/// 配置放入到 DEBIAN\control 文件的 Depends 属性。如不填写,则忽略。用于配置软件依赖,比如填写入 vlc,libvlc-dev 即可在声明安装包依赖 vlc 组件
/// </summary>
/// <example>vlc</example>
public string? DebControlDepends
Expand Down
Loading

0 comments on commit 244a105

Please sign in to comment.