From: Luke Date: Tue, 7 May 2024 14:16:01 +0000 (+0100) Subject: Add EmulationStation DE (#403) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a5c9b7b90b77a0a445645436d30cb92162c26131 Add EmulationStation DE (#403) * Add EmulationStation DE * Change $XDG_DATA_HOME reference to $XDG_CONFIG_HOME --- diff --git a/programs/es-de.json b/programs/es-de.json new file mode 100644 index 0000000..36e6578 --- /dev/null +++ b/programs/es-de.json @@ -0,0 +1,15 @@ +{ + "name": "emulationstation-de", + "files": [ + { + "path": "$HOME/.emulationstation", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport ESDE_APPDATA_DIR=\"$XDG_CONFIG_HOME\"/ES-DE\n```\n" + }, + { + "path": "$HOME/ES-DE", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport ESDE_APPDATA_DIR=\"$XDG_CONFIG_HOME\"/ES-DE\n```\n" + } + ] +}