We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dde14 commit 6d78743Copy full SHA for 6d78743
installer/osara.nsi
@@ -87,6 +87,7 @@ Section "OSARA plug-in" SecPlugin
87
; However, it's fine on a 64 bit system even with 32 bit REAPER.
88
${If} ${RunningX64}
89
File "..\build\x86_64\reaper_osara64.dll"
90
+ File "..\build\arm64\reaper_osara_arm64ec.dll"
91
${EndIf}
92
SetOutPath "$INSTDIR\KeyMaps"
93
File /oname=OSARA.ReaperKeyMap "..\config\windows\reaper-kb.ini"
0 commit comments