qrrk / Catapult

A cross-platform launcher for Cataclysm: DDA and BN
MIT License
391 stars 63 forks source link

Bright Nights has changed its executable name to cataclysm-bn #163

Closed scarf005 closed 4 months ago

scarf005 commented 4 months ago

Due to the changes in BN, catapult will be unable to find BN executables since release 2024-07-15. Following is the list of changes.

OS/variant before (releases till 2024-07-14) after (releases since 2024-07-15)
UNIX/Curses cataclysm cataclysm-bn
UNIX/Tiles cataclysm-tiles cataclysm-bn-tiles
Windows cataclysm-tiles.exe cataclysm-bn-tiles.exe

adding a conditional check will likely solve the issue. thanks for your time.

AriaMoradi commented 4 months ago

Fixed in #165