You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ ! -z $(find "$check" -iname 'dark.gob') ]]; then
FOUND_DFDATA="true"
echo "Found Dark Forces data: $check"
break
fi
done
if [[ -z "$FOUND_DFDATA" ]]; then
zenity --error \
--text "<b>Could not find Dark Forces game data</b>\\n\\nPlease either install Dark Forces via Steam to your default library path or copy the game data to <tt><b>$XDG_DATA_HOME/</b></tt>." \