mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 22:52:40 +01:00
14 lines
426 B
Diff
14 lines
426 B
Diff
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;
|