Files
tldr/pages.zh/common/fdroid.md

29 lines
614 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fdroid
> F-Droid构建工具。
> F-Droid是一个可安装的FOSS自由开源软件应用程序目录适用于Android平台。
> 更多信息:<https://f-droid.org/>。
- 构建特定应用:
`fdroid build {{app_id}}`
- 在构建服务器虚拟机中构建特定应用:
`fdroid build {{app_id}} --server`
- 将应用发布到本地库:
`fdroid publish {{app_id}}`
- 在每个连接的设备上安装应用:
`fdroid install {{app_id}}`
- 检查元数据格式是否正确:
`fdroid lint --format {{app_id}}`
- 自动修复格式(如果可能):
`fdroid rewritemeta {{app_id}}`