We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afcf1b commit 6efba41Copy full SHA for 6efba41
1 file changed
library/modules/DFSteam.cpp
@@ -208,7 +208,7 @@ static bool launchDFHack(color_ostream& out) {
208
return false;
209
} else if (pid == 0) {
210
// child process
211
- auto procpath = Core::getInstance().getHackPath() / "launchdf.exe";
+ auto procpath = Core::getInstance().getHackPath() / "launchdf";
212
auto command = procpath.string();
213
unsetenv("SteamAppId");
214
execl(command.c_str(), command.c_str(), NULL);
0 commit comments