Procházet zdrojové kódy

Merge branch 'master' into change_url_script

Jimmy Monin před 7 roky
rodič
revize
cc81034475
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
 # See here for more informations
 # https://github.com/YunoHost/package_check#syntax-check_process-file
 # 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
 ;; Test complet
 	; Manifest
 	; Manifest
 		domain="domain.tld"	(DOMAIN)
 		domain="domain.tld"	(DOMAIN)

+ 1 - 0
manifest.json

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