Hello!
Over at Bright Nights, we recently changed the name of the executable used to run the game. Thus, Catapult currently fails to launch the most recent release of BN when on Windows (Linux doesn't have this problem because we kept cataclysm-launcher the same). This PR should hopefully fix this issue
To not lose the ability to run older versions, the launcher should first check for cataclysm-tiles.exe then run it if exists, then try to run cataclysm-bn-tiles.exe.
Hello! Over at Bright Nights, we recently changed the name of the executable used to run the game. Thus, Catapult currently fails to launch the most recent release of BN when on Windows (Linux doesn't have this problem because we kept cataclysm-launcher the same). This PR should hopefully fix this issue
closes #163