From 95ac6282b8ff7335c5238473603bad8f7656aaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABlle=20van=20Essen?= Date: Wed, 5 Jun 2024 16:29:04 +0200 Subject: [PATCH] Add ICAClient aka Citrix Workspace App --- programs/icaclient.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/icaclient.json diff --git a/programs/icaclient.json b/programs/icaclient.json new file mode 100644 index 0000000..e9431ef --- /dev/null +++ b/programs/icaclient.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ICAClient", + "movable": false, + "help": "Currently unsupported.\n" + } + ], + "name": "Citrix Workspace App" +}