From d67223f200298aca42c8872c2985537152c9c467 Mon Sep 17 00:00:00 2001 From: Ben D'Angelo Date: Fri, 15 Mar 2024 11:40:00 -0400 Subject: [PATCH] Add nomachine to remote desktop clients --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index a4a80a3..5fefc44 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -63,6 +63,7 @@ "xfreerdp", "Wfica", "Anydesk", + "Nxplayer.bin", ] remotes = [client.casefold() for client in remotes] remotesStr = "|".join(str('^'+x+'$') for x in remotes)