commit 2395a052c3a412b757bfa397c51b160dd1390646
parent b6736b315263909618660b03c3c240e2d7dc5370
Author: Olivier Humbert <[email protected]>
Date: Wed, 26 Sep 2018 21:14:55 +0200
adds a third location where to check for the zyn-fusion binary
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main.cpp b/src/main.cpp
@@ -681,6 +681,7 @@ int wmidi = -1;
}
}
exec_fusion("./zyn-fusion");
+ exec_fusion("/opt/zyn-fusion/zyn-fusion");
exec_fusion("zyn-fusion");
err(1,"Failed to launch Zyn-Fusion");
}