13 lines
No EOL
262 B
Bash
Executable file
13 lines
No EOL
262 B
Bash
Executable file
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 |