Commit dbf080bc authored by Vitaly Lipatov's avatar Vitaly Lipatov

repack.d/net.downloadhelper.coapp.sh: fix path

parent cfb08da2
......@@ -31,7 +31,7 @@ cat <<EOF > net.downloadhelper.coapp.json
],
"name": "net.downloadhelper.coapp",
"description": "Video DownloadHelper companion app",
"path": "/var/tmp/vdhcoapp-2.0.10-linux-x86_64/opt/vdhcoapp/vdhcoapp"
"path": "$PRODUCTDIR/vdhcoapp"
}
EOF
install_file net.downloadhelper.coapp.json /usr/lib64/mozilla/native-messaging-hosts/net.downloadhelper.coapp.json
......@@ -47,7 +47,7 @@ cat <<EOF > net.downloadhelper.coapp.json
],
"name": "net.downloadhelper.coapp",
"description": "Video DownloadHelper companion app",
"path": "/var/tmp/vdhcoapp-2.0.10-linux-x86_64/opt/vdhcoapp/vdhcoapp"
"path": "$PRODUCTDIR/vdhcoapp"
}
EOF
install_file net.downloadhelper.coapp.json /etc/chromium/native-messaging-hosts/net.downloadhelper.coapp.json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment