EmuDeck/tools/launchers/esde/emulationstationde.sh
2023-11-02 19:43:11 +01:00

5 lines
195 B
Bash
Executable file

#!/bin/bash
source $HOME/.config/EmuDeck/backend/functions/all.sh
cloud_sync_downloadEmuAll && cloud_sync_startService
"$toolsPath/EmulationStation-DE.AppImage" "${@}"
rm -rf "$savesPath/.gaming"