From 114849fdb26d3af9c3b3bcb39e95fa06c91533dc Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 7 Sep 2024 17:07:02 +0200 Subject: [PATCH] tree: rewrite description Signed-off-by: AuxXxilium --- allowdowngrade/manifest.yml | 4 ++-- amepatch/manifest.yml | 2 +- photosfacepatch/manifest.yml | 2 +- setrootpw/manifest.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/allowdowngrade/manifest.yml b/allowdowngrade/manifest.yml index 9549c42..5b4f62f 100644 --- a/allowdowngrade/manifest.yml +++ b/allowdowngrade/manifest.yml @@ -1,8 +1,8 @@ version: 1 name: allowdowngrade -description: "Allow Downgrade for AME, SS and VideoStation on 7.2.2" +description: "Allow Downgrade for AME, SS and VideoStation with DSM 7.2.2" system: false -beta: true +beta: false all: install-script: "install.sh" copy: "all" diff --git a/amepatch/manifest.yml b/amepatch/manifest.yml index 0e908ba..a89e7b5 100644 --- a/amepatch/manifest.yml +++ b/amepatch/manifest.yml @@ -1,6 +1,6 @@ version: 1 name: amepatch -description: "Dynamic Licensepatch for AME - Force download HEVC Codec (Don't use with codecpatch - Depends on Arc Patch)" +description: "Dynamic Licensepatch for AME - Force download HEVC Codec (Don't use with codecpatch)" system: false beta: false all: diff --git a/photosfacepatch/manifest.yml b/photosfacepatch/manifest.yml index 9aeef19..705c659 100644 --- a/photosfacepatch/manifest.yml +++ b/photosfacepatch/manifest.yml @@ -1,6 +1,6 @@ version: 1 name: photosfacepatch -description: "Face Patch for Syno Photos" +description: "Face Detection Patch for Syno Photos (Best with iGPU)" system: false beta: false all: diff --git a/setrootpw/manifest.yml b/setrootpw/manifest.yml index c7027a3..8376eda 100644 --- a/setrootpw/manifest.yml +++ b/setrootpw/manifest.yml @@ -2,7 +2,7 @@ version: 1 name: setrootpw description: "Set root password and enable ssh/sftp. Please modify PW=\"\" to the desired password in DSM Task Scheduler and run the task" system: false -beta: true +beta: false all: install-script: "install.sh" copy: "all"