Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Show version info in the file properties …
Browse files Browse the repository at this point in the history
…on Windows
  • Loading branch information
mmatyas committed Oct 9, 2024
1 parent 76dea05 commit a2d51e8
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 a2d51e8

Please sign in to comment.