summaryrefslogtreecommitdiffstats
path: root/qml/Install.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Install.qml')
-rw-r--r--qml/Install.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Install.qml b/qml/Install.qml
index 238c22c..bd81596 100644
--- a/qml/Install.qml
+++ b/qml/Install.qml
@@ -29,7 +29,7 @@ Rectangle {
MButton {
anchors.horizontalCenter: parent.horizontalCenter
objectName: "launch"
- onMbuttonClicked: { launch.command(["draklive-install",])}
+ onMbuttonClicked: { launch.command(["/usr/bin/draklive-install",])}
buttonText: qsTr("Launch installation")
}