From ca3603fd06ecfa8a466ab22aa9829ba862a3ecf1 Mon Sep 17 00:00:00 2001 From: Pavel Grigorenko Date: Thu, 30 Nov 2023 22:22:02 +0300 Subject: [PATCH] Add itch.io --- programs/itch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/itch.json diff --git a/programs/itch.json b/programs/itch.json new file mode 100644 index 00000000..b35defe5 --- /dev/null +++ b/programs/itch.json @@ -0,0 +1,10 @@ +{ + "name": "itch", + "files": [ + { + "path": "$HOME/.itch", + "movable": false, + "help": "Currently unsupported.\n\nhttps://github.com/itchio/itch-setup/blob/f7e77569fee0b2dcf91b19e3c6533f4a1b5f02e9/native/native_linux.go#L39-L41\n" + } + ] +}