When launching Dreamland, put it into the background so as to not clog up the shell.
This commit is contained in:
@@ -351,7 +351,7 @@ custom_launch_parameters() {
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ "${game[2]}" == "Dreamland" ]]; then
|
if [[ "${game[2]}" == "Dreamland" ]]; then
|
||||||
"$WINE" "${game[1]}"
|
"$WINE" "${game[1]}" &> /dev/null &
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
# executioner's-rage: DLL replacement now handled by update_nvda_dlls()
|
# executioner's-rage: DLL replacement now handled by update_nvda_dlls()
|
||||||
|
|||||||
Reference in New Issue
Block a user