EmuDeck/functions/appImageInit.sh
2023-11-23 14:41:31 +01:00

19 lines
350 B
Bash

#!/bin/bash
appImageInit() {
#Autofixes, put here functions that make under the hood fixes.
autofix_duplicateESDE
#autofix_raSavesFolders
autofix_lnk
SRM_migration
ESDE_migration
SRM_createDesktopShortcut
ESDE_createDesktopShortcut
autofix_dynamicParsers
# Init functions
mkdir -p "$HOME/emudeck/logs"
mkdir -p "$HOME/emudeck/feeds"
}