Skip to content

Commit

Permalink
Add EmulationStation DE (#403)
Browse files Browse the repository at this point in the history
* Add EmulationStation DE

* Change $XDG_DATA_HOME reference to $XDG_CONFIG_HOME
  • Loading branch information
cotton105 authored May 7, 2024
1 parent e9a16d1 commit a5c9b7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions programs/es-de.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit a5c9b7b

Please sign in to comment.