Skip to content

Commit

Permalink
Swapped installer name to use semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Jan 8, 2025
1 parent 5446239 commit 83caa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/wix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ if(WIN32)
set(WIX_OBJ_LIST)
wix_compile("${_sources}" WIX_OBJ_LIST "${_dependencies}")
set(TNAME
"${_target}-${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}-${VERSION_ARCH}.msi"
"${_target}-${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}-${VERSION_ARCH}.msi"
)
wix_link(${TNAME} WIX_OBJ_LIST "${_loc_files}")
add_custom_target(
Expand Down

0 comments on commit 83caa98

Please sign in to comment.