rename linux executable for bng0.33.2

This commit is contained in:
O1LER 2024-09-27 17:48:46 +02:00
parent c0c3d6b30e
commit 0ffed00bcb

View File

@ -97,7 +97,7 @@ void StartGame(std::string Dir) {
#elif defined(__linux__) #elif defined(__linux__)
void StartGame(std::string Dir) { void StartGame(std::string Dir) {
int status; int status;
std::string filename = (Dir + "/BinLinux/BeamNG.x64"); std::string filename = (Dir + "/BinLinux/BeamNG.drive.x64");
char* argv[] = { filename.data(), NULL }; char* argv[] = { filename.data(), NULL };
pid_t pid; pid_t pid;
posix_spawn_file_actions_t spawn_actions; posix_spawn_file_actions_t spawn_actions;