From a83bf25a1485fbdf8700ff2b0fc6730a120719ee Mon Sep 17 00:00:00 2001 From: Pierre Peltier Date: Thu, 30 Mar 2023 11:56:44 +0200 Subject: [PATCH] Add the stremio binary (#234) --- programs/stremio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/stremio.json diff --git a/programs/stremio.json b/programs/stremio.json new file mode 100644 index 0000000..701b075 --- /dev/null +++ b/programs/stremio.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.stremio-server", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/Stremio/stremio-web/issues/351\n" + } + ], + "name": "stremio" +} -- 2.47.3