From d2ac6889f55f6a59f1567f26ae171be90d0aef2f Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Thu, 16 Oct 2014 16:07:26 -0400 Subject: [PATCH] Correct path for PA executable for Windows. --- paalternativelauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paalternativelauncher.cpp b/paalternativelauncher.cpp index 79b8f2a..670cb4c 100644 --- a/paalternativelauncher.cpp +++ b/paalternativelauncher.cpp @@ -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