Skip to content

Commit

Permalink
Use a regex for contains
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Mar 25, 2020
1 parent 38481d0 commit 966022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mudlet.pro
Expand Up @@ -1280,7 +1280,7 @@ win32 {
QMAKE_TARGET_DESCRIPTION = "Mudlet the MUD client"

# Product name determines the Windows Start Menu shortcut name
contains(BUILD, "public-test-build") {
contains(BUILD, "-public-test-build.+") {
QMAKE_TARGET_PRODUCT = "Mudlet PTB"
} else {
QMAKE_TARGET_PRODUCT = "Mudlet"
Expand Down

0 comments on commit 966022a

Please sign in to comment.