summarylogtreecommitdiffstats
path: root/melt.patch
diff options
context:
space:
mode:
authornfnty2020-12-01 14:32:04 +0000
committernfnty2020-12-01 14:32:04 +0000
commitda17036568de1e45799ebefec12664bde7df6ee3 (patch)
treee308ab2df64e7ee9d2547f719f142862e9650e96 /melt.patch
parentdf57c6fff563316afc49916d708bbba117cb91b1 (diff)
downloadaur-shotcut-git.tar.gz
Remove `melt.patch`
Diffstat (limited to 'melt.patch')
-rw-r--r--melt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/melt.patch b/melt.patch
deleted file mode 100644
index 902681fc3eea..000000000000
--- a/melt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;