[rkward] rkward: Starting via the wrapper R.bat does not work, properly, so disable this.

Thomas Friedrichsmeier null at kde.org
Tue Dec 31 18:49:44 GMT 2019


Git commit 530b89544d07ed55395e599a20ed3451d132ba26 by Thomas Friedrichsmeier.
Committed on 31/12/2019 at 18:49.
Pushed by tfry into branch 'master'.

Starting via the wrapper R.bat does not work, properly, so disable this.

M  +0    -1    rkward/main.cpp

https://commits.kde.org/rkward/530b89544d07ed55395e599a20ed3451d132ba26

diff --git a/rkward/main.cpp b/rkward/main.cpp
index 4fdabc38..426a1cd4 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -118,7 +118,6 @@ QString findExeAtPath (const QString appname, const QString &path) {
 #ifdef Q_OS_WIN
 	if (QFileInfo (dir.filePath (appname + ".exe")).isExecutable ()) return dir.filePath (appname + ".exe");
 	if (QFileInfo (dir.filePath (appname + ".com")).isExecutable ()) return dir.filePath (appname + ".com");
-	if (QFileInfo (dir.filePath (appname + ".bat")).isExecutable ()) return dir.filePath (appname + ".bat");
 #endif
 	return QString ();
 }



More information about the rkward-tracker mailing list