mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1091 from yunohost-bot/anonymous-2019-09-24_09-26-39
[Anonymous contrib] Added a pointer to packaging guidelines (which they haven't encountered yet if working sequentially through packaging_apps_en) for rules for id
This commit is contained in:
commit
058f0dc4e7
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
|
|||
}
|
||||
```
|
||||
|
||||
* **name**: app name. It does not have to be unique, but it should be, since it is the name shown to all the YunoHost administrators in the app list.
|
||||
* **name**: app name. It does not have to be unique, but it should be, since it is the name shown to all the YunoHost administrators in the app list. Any characters are allowed.
|
||||
|
||||
* **id**: ID of the app. You have to ensure that this ID is unique before submit an app integration request.
|
||||
* **id**: ID of the app. You have to ensure that this ID is unique before submit an app integration request. See [packaging_apps_guidelines.md#yep-11](https://github.com/YunoHost/doc/blob/master/packaging_apps_guidelines.md#yep-11) for valid rules.
|
||||
|
||||
- **packaging_format**: package version. Actual version is **1**. This key has been set up to make independant packaging evolution versions from YunoHost versions evolution.
|
||||
|
||||
|
|
Loading…
Reference in a new issue