From 87360475225e85a764329ecac4deef12b4676f47 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 28 Mar 2016 18:45:57 +0200 Subject: [PATCH] add "packaging_format" key to manifest.json Following the decision taken during last meeting. See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/ --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 385c952..115da4d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,7 @@ { "name": "Custom Webapp", "id": "my_webapp", + "packaging_format": 1, "description": { "en": "Empty App with a file access to the web directory", "fr": "Répertoire Web vide avec un accès fichier"