Skip to content

Commit

Permalink
Add program JSON for MakeMKV
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Oct 9, 2024
1 parent caa890f commit c78708f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions programs/makemkv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "MakeMKV",
"files": [
{
"path": "$HOME/.MakeMKV",
"movable": false,
"help": "Currently unsupported.\n\nIf you really want to get rid of it, you can try overwriting `$HOME` for MakeMKV\ne.g. by creating a wrapper script `~/.local/bin/makemkv`:\n```sh\n#!/bin/sh\nexport HOME=\"${XDG_STATE_HOME:-$HOME/.local/state}\"/makemkv\nmkdir --parent \"$HOME\"\n/usr/bin/makemkv\n```\n"
},
{
"path": "$HOME/MakeMKV_log.txt",
"movable": false,
"help": "Currently unsupported.\n\nIf you really want to get rid of it, you can try overwriting `$HOME` for MakeMKV\ne.g. by creating a wrapper script `~/.local/bin/makemkv`:\n```sh\n#!/bin/sh\nexport HOME=\"${XDG_STATE_HOME:-$HOME/.local/state}\"/makemkv\nmkdir --parent \"$HOME\"\n/usr/bin/makemkv\n```\n"
}
]
}

0 comments on commit c78708f

Please sign in to comment.