Skip to content

Commit

Permalink
Add the WiX GUID for AXR Core 0.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Jan 29, 2014
1 parent f236a33 commit 0eb8fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if(WIN32)
set(CPACK_NSIS_COMPRESSOR "lzma
BrandingText '${AXR_VENDOR}'")

set(CPACK_WIX_PRODUCT_GUID "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX") # Change on each release
set(CPACK_WIX_PRODUCT_GUID "D28D3114-ED81-4146-B91C-C819FD74885E") # Change on each release
set(CPACK_WIX_UPGRADE_GUID "AFBAE4BB-0F7B-495D-87BE-F7CB636C24DB") # Permanent, never change this

set(CPACK_PACKAGE_ICON "${AXR_COMMON_SOURCE_DIR}\\\\nsis-header.bmp")
Expand Down

0 comments on commit 0eb8fc6

Please sign in to comment.