Skip to content

Commit 6efba41

Browse files
authored
correct executable name on linux
1 parent 8afcf1b commit 6efba41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/modules/DFSteam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ static bool launchDFHack(color_ostream& out) {
208208
return false;
209209
} else if (pid == 0) {
210210
// child process
211-
auto procpath = Core::getInstance().getHackPath() / "launchdf.exe";
211+
auto procpath = Core::getInstance().getHackPath() / "launchdf";
212212
auto command = procpath.string();
213213
unsetenv("SteamAppId");
214214
execl(command.c_str(), command.c_str(), NULL);

0 commit comments

Comments
 (0)