From 80af5142b9f7915ac888c387975ace6f6f78ffea Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Fri, 9 Sep 2022 20:19:02 +0300 Subject: [PATCH] samba: Update client apps information Samba plugin is now included in F-Droid Ghost Commander https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11563 Signed-off-by: Veiko Aasa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/samba/manifest.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/plinth/modules/samba/manifest.py b/plinth/modules/samba/manifest.py index 9f5526c61..8c336ea7a 100644 --- a/plinth/modules/samba/manifest.py +++ b/plinth/modules/samba/manifest.py @@ -24,13 +24,17 @@ clients = [{ }] }, { 'name': - _('Ghost Commander - Samba plugin'), + _('Ghost Commander'), 'platforms': [{ 'type': 'store', 'os': 'android', 'store_name': 'f-droid', - 'url': store_url('f-droid', 'com.ghostsq.commander.samba') - }, { + 'url': store_url('f-droid', 'com.ghostsq.commander') + }] +}, { + 'name': + _('Ghost Commander - Samba plugin'), + 'platforms': [{ 'type': 'store', 'os': 'android', 'store_name': 'google-play',