Skip to content

Commit

Permalink
Added arch back to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Jan 18, 2025
1 parent 9e7814f commit 853dbae
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}-${BUILD_VERSION}.msi"
"${_target}-${BUILD_VERSION}-${VERSION_ARCH}.msi"
)
wix_link(${TNAME} WIX_OBJ_LIST "${_loc_files}")
add_custom_target(
Expand Down

0 comments on commit 853dbae

Please sign in to comment.