Skip to content

Commit

Permalink
Correct path for PA executable for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathByDenim committed Oct 16, 2014
1 parent 58612ff commit d2ac688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paalternativelauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ void PAAlternativeLauncher::launchPushButtonClicked(bool)
#ifdef linux
"/PA"
#elif _WIN32
"/x64/PA.exe"
"\\bin_x64\\PA.exe"
#elif __APPLE__
# error Right...
#endif
Expand Down

0 comments on commit d2ac688

Please sign in to comment.