diff --git a/CMakeLists.txt b/CMakeLists.txt index f9f27065..9b8acb95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,10 +84,8 @@ if(WIN32) if(BETA) message(STATUS "Beta config enabled") add_definitions(-DBETA) - set(JAMI_OUTPUT_DIRECTORY_RELEASE ${PROJECT_SOURCE_DIR}/x64/Beta) - else() - set(JAMI_OUTPUT_DIRECTORY_RELEASE ${PROJECT_SOURCE_DIR}/x64/Release) endif() + set(JAMI_OUTPUT_DIRECTORY_RELEASE ${PROJECT_SOURCE_DIR}/x64/${CMAKE_BUILD_TYPE}) endif() if(WIN32) diff --git a/JamiInstaller/Config.wxi b/JamiInstaller/Config.wxi index 1bf4b3db..b0c9094d 100644 --- a/JamiInstaller/Config.wxi +++ b/JamiInstaller/Config.wxi @@ -4,10 +4,5 @@ - - - - - diff --git a/JamiInstaller/JamiInstaller.wixproj b/JamiInstaller/JamiInstaller.wixproj index 4c4bb030..8e519fda 100644 --- a/JamiInstaller/JamiInstaller.wixproj +++ b/JamiInstaller/JamiInstaller.wixproj @@ -16,9 +16,9 @@ x64 false - - bin\$(Configuration)\ - obj\$(Configuration)\ + + bin\Release\ + obj\Release\ AppHarvestPath=..\x64\Release;CrtHarvestPath=$(VC_CRT_Dir) True @@ -26,16 +26,6 @@ - - bin\$(Configuration)\ - obj\$(Configuration)\ - AppHarvestPath=..\x64\Beta;CrtHarvestPath=$(VC_CRT_Dir) - True - - - - - @@ -70,7 +60,7 @@ -