Skip to content

Commit

Permalink
fixup! fixup! fixup! Show version info in the file properties on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Oct 9, 2024
1 parent 2fa0c38 commit 76dea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/install.pri
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ win32 {
VERSION_STR = $${GIT_REVISION}
VERSION_STR ~= s|^alpha([0-9]+?)-([0-9]+?)-.+|0.\1.\2|
message("VERSION_STR", $${GIT_REVISION}, "->", $${VERSION_STR})
VERSION = $$VERSION_STR
# VERSION = $$VERSION_STR

target.path = $${INSTALL_BINDIR}
}
Expand Down

0 comments on commit 76dea05

Please sign in to comment.