Skip to content

Commit

Permalink
Fixed version path for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathByDenim committed Mar 8, 2015
1 parent 4eedf5b commit ae962a5
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 @@ -846,7 +846,7 @@ QString PAAlternativeLauncher::currentInstalledVersion()
return "";

#ifdef __APPLE__
QFile versionfile(mInstallPathLineEdit->text() + "/PA.app/Resources/version.txt");
QFile versionfile(mInstallPathLineEdit->text() + "/PA.app/Contents/Resources/version.txt");
#else
QFile versionfile(mInstallPathLineEdit->text() + "/version.txt");
#endif
Expand Down

0 comments on commit ae962a5

Please sign in to comment.