Skip to content

Commit

Permalink
Added Recon12 name to list of Recon executables
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Oct 28, 2021
1 parent 21132a1 commit 118da8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions sdk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 118da8f

Please sign in to comment.