Removed rhvoice from the dan-z bottle because it seems to break stuff if used.
This commit is contained in:
parent
9abe1cb36c
commit
6211a18276
@ -356,7 +356,10 @@ get_bottle() {
|
||||
# Dan Z games group
|
||||
"lost"*) ;&
|
||||
"maze-craze"*) ;&
|
||||
"super-deekout"*) export WINEPREFIX="$HOME/.local/wine/dan-z" ;;
|
||||
"super-deekout"*)
|
||||
export norh="true"
|
||||
export WINEPREFIX="$HOME/.local/wine/dan-z"
|
||||
;;
|
||||
*) export WINEPREFIX="${HOME}/.local/wine/${game%|*}";;
|
||||
esac
|
||||
# Wine version for bottles
|
||||
|
Loading…
Reference in New Issue
Block a user