testdiff2/spiri_src/modified/deploy/qgroundcontrol-start.sh

8 lines
196 B
Bash
Raw Normal View History

2023-12-06 13:51:14 -04:00
#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
# hack until icon issue with AppImage is resolved
mkdir -p ~/.icons && cp "${HERE}/qgroundcontrol.png" ~/.icons
"${HERE}/QGroundControl" "$@"