Просмотр исходного кода

Merge branch 'master' into change_url_script

Jimmy Monin 7 лет назад
Родитель
Сommit
cc81034475
2 измененных файлов с 4 добавлено и 0 удалено
  1. 3 0
      check_process.default
  2. 1 0
      manifest.json

+ 3 - 0
check_process → check_process.default

@@ -1,5 +1,8 @@
 # See here for more informations
 # https://github.com/YunoHost/package_check#syntax-check_process-file
+
+# Move this file from check_process.default to check_process when you have filled it.
+
 ;; Test complet
 	; Manifest
 		domain="domain.tld"	(DOMAIN)

+ 1 - 0
manifest.json

@@ -8,6 +8,7 @@
     },
     "url": "https://example.com",
     "license": "free",
+    "version": "1.0",
     "maintainer": {
         "name": "John doe",
         "email": "john.doe@example.com",