EmuDeck/functions/appImageInit.sh
Rodrigo 7ab5d07eeb Revert "Merge branch 'dev' into early"
This reverts commit 4088a7b841, reversing
changes made to 2bc2dfe9c6.
2023-11-03 17:31:21 +01:00

17 lines
294 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
# Init functions
mkdir -p "$HOME/emudeck/logs"
}