mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update packaging_apps.md
This commit is contained in:
parent
ab58aae0a6
commit
8665f5fa53
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
|
||||||
"en": "Open Source Webmail software",
|
"en": "Open Source Webmail software",
|
||||||
"fr": "Webmail Open Source"
|
"fr": "Webmail Open Source"
|
||||||
},
|
},
|
||||||
|
"license": "GPL-3",
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "kload",
|
"name": "kload",
|
||||||
"email": "kload@kload.fr",
|
"email": "kload@kload.fr",
|
||||||
|
@ -54,6 +55,8 @@ The `manifest.json` file defines the app's constants, a bunch of values that Yun
|
||||||
|
|
||||||
* **description** : The complete description of the app. You can make it as detailed as you feel it should be. Only `en` is required right now, but you can translate the description by prepending the locale prefix.
|
* **description** : The complete description of the app. You can make it as detailed as you feel it should be. Only `en` is required right now, but you can translate the description by prepending the locale prefix.
|
||||||
|
|
||||||
|
* **license** : The license under which the app is distributed. Please use the short name of the license, e.g. `GPL-3` for the GNU General Public License v3. You can find a list of standard abbreviations here: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-short-name
|
||||||
|
|
||||||
* **developer** : Some information about the app maintainer (you!).
|
* **developer** : Some information about the app maintainer (you!).
|
||||||
|
|
||||||
* **multi_instance** : This defines your app's ability to be installed multiple times. When YunoHost tries to install a second instance of your app, it will replace the `id` in your scripts by an `id__2`. It means that, if you want to be `multi_instance`, you have to put all the identifiers in the scripts.
|
* **multi_instance** : This defines your app's ability to be installed multiple times. When YunoHost tries to install a second instance of your app, it will replace the `id` in your scripts by an `id__2`. It means that, if you want to be `multi_instance`, you have to put all the identifiers in the scripts.
|
||||||
|
|
Loading…
Add table
Reference in a new issue