We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a8726 commit 14471c6Copy full SHA for 14471c6
installer/mac/Install OSARA.js
@@ -22,7 +22,7 @@ function isPortableReaper ( dir ) {
22
finder.exists(Path(dir + "/REAPER.app")) ||
23
finder.exists(Path(dir + "/REAPER-ARM.app")) ||
24
finder.exists(Path(dir + "/REAPER64.app")) ||
25
- finder.exists(Path(dir + "REAPER32.app")) )
+ finder.exists(Path(dir + "/REAPER32.app")) )
26
}
27
28
function run(argv) {
@@ -45,7 +45,7 @@ function run(argv) {
45
defaultButton: "Standard REAPER Installation",
46
cancelButton: "Cancel"
47
});
48
- var portable = (res.buttonReturned === "Portable Reaper Installation");
+ var portable = (res.buttonReturned === "Portable REAPER Installation");
49
var target;
50
if (portable === true) {
51
while(true) {
0 commit comments