]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add EmulationStation DE (#403)
authorLuke <accounts@cotton.org.uk>
Tue, 7 May 2024 14:16:01 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 14:16:01 +0000 (16:16 +0200)
* Add EmulationStation DE

* Change $XDG_DATA_HOME reference to $XDG_CONFIG_HOME

programs/es-de.json [new file with mode: 0644]

diff --git a/programs/es-de.json b/programs/es-de.json
new file mode 100644 (file)
index 0000000..36e6578
--- /dev/null
@@ -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"
+               }
+       ]
+}