[fix] packaging_apps_manifest: built

This commit is contained in:
Moul 2019-06-06 23:06:03 +02:00
parent 6e86858f10
commit b3866d88d5

View file

@ -63,7 +63,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
* **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.