update mac and linux launch scripts to make mods dir (#3013)

This commit is contained in:
Adam Bird
2023-06-17 13:27:59 -04:00
committed by GitHub
parent 6fdfcd2a61
commit d4ff05f51d
2 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ export DYLD_FALLBACK_LIBRARY_PATH="$LIBPATH"
if [ ! -e "$SHIP_HOME" ]; then mkdir "$SHIP_HOME"; fi
if [ ! -e "$SHIP_HOME"/mods ]; then
mkdir -p "$SHIP_HOME"/mods
touch "$SHIP_HOME"/mods/custom_otr_files_go_here.txt
fi
# If either OTR doesn't exist kick off the OTR gen process
if [ ! -e "$SHIP_HOME"/oot.otr ] || [ ! -e "$SHIP_HOME"/oot-mq.otr ]; then