wackman/launch.sh
2025-11-06 22:52:56 +01:00

14 lines
No EOL
274 B
Bash
Executable file

#!/bin/bash
source .config
workdir=${WORKDIR:-/tmp/wacca}
version=${VERSION:-3.07.01}
dir=$workdir/$version
if [ "$MANGOHUD_ENABLE" = false ]; then
mangohud=""
else
mangohud="mangohud"
fi
WINEPREFIX=$dir/prefix $OPT_ARGS $mangohud umu-run $dir/game/bin/launch.bat