Skip to content

Commit

Permalink
rename windows installer (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanw-bq committed May 2, 2023
1 parent 99c1659 commit 3d2d01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ IF(WIN32)
ENDIF(ODBC_VERSION_SUFFIX STREQUAL "a")

IF(${LICENSE})
SET(MSI_PACKAGE "mysql-connector-odbc-commercial-${ODBC_VERSION}-${MSI_VERSION}${PACKAGE_SUFFIX}.msi")
SET(MSI_PACKAGE "aws-mysql-odbc-commercial-${ODBC_VERSION}-${MSI_VERSION}${PACKAGE_SUFFIX}.msi")
ELSE(${LICENSE})
SET(MSI_PACKAGE "mysql-connector-odbc-${ODBC_VERSION}-${MSI_VERSION}${PACKAGE_SUFFIX}.msi")
SET(MSI_PACKAGE "aws-mysql-odbc-${ODBC_VERSION}-${MSI_VERSION}${PACKAGE_SUFFIX}.msi")
ENDIF(${LICENSE})

# Generate GUID
Expand Down

0 comments on commit 3d2d01c

Please sign in to comment.