Merge pull request #50232 from wucke13/master

qgroundcontrol: fixes #49870
This commit is contained in:
Jörg Thalheim 2018-11-14 17:10:05 +00:00 committed by GitHub
commit 987bd62232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
cd ..
mkdir -p $out/share/applications
sed 's/Exec=.*$/Exec=QGroundControl/g' --in-place deploy/qgroundcontrol.desktop
cp -v deploy/qgroundcontrol.desktop $out/share/applications
mkdir -p $out/bin