From a5c9b7b90b77a0a445645436d30cb92162c26131 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 7 May 2024 15:16:01 +0100 Subject: [PATCH] Add EmulationStation DE (#403) * Add EmulationStation DE * Change $XDG_DATA_HOME reference to $XDG_CONFIG_HOME --- programs/es-de.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 programs/es-de.json diff --git a/programs/es-de.json b/programs/es-de.json new file mode 100644 index 00000000..36e6578b --- /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" + } + ] +}