diff --git a/manifest.toml b/manifest.toml index d4af74d..fc72fb1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "RustDesk Server" description.en = "Remote control alternative for self-hosting" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" -version = "1.1.11-1~ynh1" +version = "1.1.11-1~ynh2" maintainers = [] @@ -18,7 +18,7 @@ admindoc = "https://rustdesk.com/docs/en/" code = "https://github.com/rustdesk/rustdesk-server" [integration] -yunohost = ">= 11.2" +yunohost = ">= 11.2.20" architectures = "all" multi_instance = false diff --git a/scripts/remove b/scripts/remove index 1322199..581c836 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,8 +32,6 @@ ynh_remove_systemd_config --service=rustdesksignal ynh_remove_logrotate -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================