mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
* new paths * / * EmuDeck/ * mv * no & * ESDE new location * ESDE new path * no symlink load * bigpemu new path * force move * global vars * oopsie * missing $emudeckBackend * better migration detection * Keep Appimages in Applications * Keep Appimages in Applications
7 lines
No EOL
196 B
Bash
7 lines
No EOL
196 B
Bash
#!/bin/bash
|
|
emudeckFolder="$HOME/.config/EmuDeck"
|
|
emudeckLogs="$HOME/.config/EmuDeck/logs"
|
|
appFolder="$HOME/Applications"
|
|
emusFolder="$appFolder"
|
|
esdeFolder="$appFolder"
|
|
pegasusFolder="$appFolder" |