[arch-commits] Commit in shotcut/trunk (melt.patch)
Filipe Laíns
ffy00 at archlinux.org
Fri Aug 31 15:21:08 UTC 2018
Date: Friday, August 31, 2018 @ 15:21:08
Author: ffy00
Revision: 375873
add melt.patch
Added:
shotcut/trunk/melt.patch
------------+
melt.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
Added: melt.patch
===================================================================
--- melt.patch (rev 0)
+++ melt.patch 2018-08-31 15:21:08 UTC (rev 375873)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
++++ b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+- QFileInfo meltPath(shotcutPath, "qmelt");
++ QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;
More information about the arch-commits
mailing list