#!/bin/sh
FG_VERSION=1.13.04
echo
echo "  Please run flare-game-data-downloader.sh before running the program."
echo
echo
echo "  You can also download the flare-game-${FG_VERSION}.tar.gz file at:"
echo
echo "    https://github.com/flareteam/flare-game/releases/download/v${FG_VERSION}/flare-game-v${FG_VERSION}.tar.gz"
echo
echo "  and extract it in ~/.local/share/flare (recommended)"
echo "  or place it system-wide in /usr/share/flare."
echo
