mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] packaging_apps_manifest: built
This commit is contained in:
parent
6e86858f10
commit
b3866d88d5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
|
||||||
|
|
||||||
* **url**: software website.
|
* **url**: software website.
|
||||||
|
|
||||||
* **version**: version of the package builded from the upstream version number and an incremental number for each change in the package without upstream change. Example "1.0.1~ynh7". Must be a string.
|
* **version**: version of the package built from the upstream version number and an incremental number for each change in the package without upstream change. Example "1.0.1~ynh7". Must be a string.
|
||||||
|
|
||||||
* **license**: application license: `free`, `non-free` or a value from the Identifier column from https://spdx.org/licenses/. Be careful to not confuse with package license which must be put in `LICENSE` file.
|
* **license**: application license: `free`, `non-free` or a value from the Identifier column from https://spdx.org/licenses/. Be careful to not confuse with package license which must be put in `LICENSE` file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue