mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
AppVeyor git branch in title fix #2
This commit is contained in:
parent
2b1c757084
commit
d36de7d54f
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ gs_frame::gs_frame(const QString& title, int w, int h, QIcon appIcon, bool disab
|
|||
version = version.substr(0 , version.find_last_of("-"));
|
||||
|
||||
//Add branch to version on frame , unless it's master.
|
||||
if (rpcs3::get_branch() != "master")
|
||||
if (rpcs3::get_branch() != "master" || rpcs3::get_branch() != "HEAD")
|
||||
{
|
||||
version = version + "-" + rpcs3::get_branch();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue