Skip to content

Commit

Permalink
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 307b51b commit 2fa0c38
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 @@ -56,7 +56,7 @@ win32 {

VERSION_STR = $${GIT_REVISION}
VERSION_STR ~= s|^alpha([0-9]+?)-([0-9]+?)-.+|0.\1.\2|
message("VERSION_STR", $${GIT_REVISION}, "->", $${VERSION_STR}}
message("VERSION_STR", $${GIT_REVISION}, "->", $${VERSION_STR})
VERSION = $$VERSION_STR

target.path = $${INSTALL_BINDIR}
Expand Down

0 comments on commit 2fa0c38

Please sign in to comment.