Skip to content

Commit

Permalink
AutoProfileInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Sep 17, 2021
1 parent fae28f2 commit 85d0e8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/autoprofileinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ void AutoProfileInfo::setExe(QString exe)
{
this->exe = exe;
}
#ifdef Q_OS_WIN
else if (exe != this->exe && info.suffix() == "exe")
{
this->exe = exe;
}
#endif
} else
{
this->exe = exe;
Expand Down

0 comments on commit 85d0e8b

Please sign in to comment.