From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:04:55 +0000 (+0100) Subject: Merge pull request #337 from GrigorenkoPV/ghc X-Git-Tag: v0.2.0.2~9 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/5a9bc371e11e1ec2dacfbe2955c15c66548e54f4?hp=1c9e55c0b500e10e88caec3f5b2715778687f9ef Merge pull request #337 from GrigorenkoPV/ghc Update GHC --- diff --git a/programs/itch.json b/programs/itch.json new file mode 100644 index 0000000..b35defe --- /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" + } + ] +}