Try to make sure the nvdaControllerClient file doesn't get wrongly removed in some cases.

This commit is contained in:
Storm Dragon 2022-10-26 06:46:19 -04:00
parent 21fa5d625a
commit 4a28fc8664

View File

@ -796,7 +796,7 @@ game_launcher() {
fi
pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd &
fi
if [[ ! -d "${dictPath}/dict" ]]; then
if [[ ! -d "${dictPath}/dict" ]] && [[ ! -r "${cache}/bk3-dict.dat" ]]; then
find "${WINEPREFIX}/drive_c/nyanchangame/bk3" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
"${0%/*}/speech/clipboard_translator.sh" play.exe &
fi