From 118da8f2734710aa0b5f09dc6df6c964961eecca Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Thu, 28 Oct 2021 07:29:07 -0700 Subject: [PATCH] Added Recon12 name to list of Recon executables --- README.md | 4 ++++ sdk.cmake | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 437165e..e0d1c5b 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,10 @@ It is strongly recommended to check the [re-blank-plugin](https://github.com/pon Release notes ------------- +#### 1.3.7 - 2021/10/28 + +- Added Recon12 name to list of Recon executables + #### 1.3.6 - 2021/10/26 - Added support for 4.3.0 / Hi Res toolchain diff --git a/sdk.cmake b/sdk.cmake index babbd3e..bd1c21f 100755 --- a/sdk.cmake +++ b/sdk.cmake @@ -557,9 +557,9 @@ function(internal_add_validation) else() find_program( RE_RECON_EXECUTABLE - NAMES "Reason Recon" "Reason Recon 11 RESDK41 Logging" + NAMES "Reason Recon" "Reason Recon 12 RESDK4 Logging" "Reason Recon 11 RESDK41 Logging" PATHS "/Applications" "/Applications/Reason Recon" - "c:/Program Files/Propellerhead" "c:/Program Files/Propellerhead/Reason Recon" "c:/Program Files/Propellerhead/Reason Recon 11 RESDK4 Logging" + "c:/Program Files/Propellerhead" "c:/Program Files/Propellerhead/Reason Recon" "c:/Program Files/Propellerhead/Reason Recon 12 RESDK4 Logging" "c:/Program Files/Propellerhead/Reason Recon 11 RESDK4 Logging" ) endif()