Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
eb4cfbd2
Commit
eb4cfbd2
authored
Oct 08, 2020
by
Valentin Platzgummer
Browse files
appimage added, create_linux_appimage.sh mod
parent
01c12f05
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/QG
roundControl
.App
I
mage
→
deploy/QG
CNoRelease
.App
i
mage
View file @
eb4cfbd2
No preview for this file type
deploy/create_linux_appimage.sh
View file @
eb4cfbd2
...
...
@@ -9,12 +9,12 @@ fi
QGC_SRC
=
$1
QGC_CUSTOM_APP_NAME
=
"
${
QGC_CUSTOM_APP_NAME
:-
QG
roundControl
}
"
QGC_CUSTOM_GENERIC_NAME
=
"
${
QGC_CUSTOM_GENERIC_NAME
:-
Ground
Control Station
}
"
QGC_CUSTOM_APP_NAME
=
"
${
QGC_CUSTOM_APP_NAME
:-
QG
CWima
}
"
QGC_CUSTOM_GENERIC_NAME
=
"
${
QGC_CUSTOM_GENERIC_NAME
:-
Ground
Control Station
(Wima)
}
"
QGC_CUSTOM_BINARY_NAME
=
"
${
QGC_CUSTOM_BINARY_NAME
:-
QGroundControl
}
"
QGC_CUSTOM_LINUX_START_SH
=
"
${
QGC_CUSTOM_LINUX_START_SH
:-${
QGC_SRC
}
/deploy/qgroundcontrol-start.sh
}
"
QGC_CUSTOM_APP_ICON
=
"
${
QGC_CUSTOM_APP_ICON
:-${
QGC_SRC
}
/resources/icons/qgroundcontrol.png
}
"
QGC_CUSTOM_APP_ICON_NAME
=
"
${
QGC_CUSTOM_APP_ICON_NAME
:-
QG
roundControl
}
"
QGC_CUSTOM_APP_ICON_NAME
=
"
${
QGC_CUSTOM_APP_ICON_NAME
:-
QG
CWima
}
"
if
[
!
-f
${
QGC_SRC
}
/qgroundcontrol.pro
]
;
then
echo
"please specify path to
$(
QGC_CUSTOM_APP_NAME
)
source as the 1st argument"
...
...
@@ -36,7 +36,7 @@ echo "Output directory:" ${OUTPUT_DIR}
# Wima requirements: libortools.so (inside repo), libprotobuf.so (inside repo), libgeographic.so (must be installed).
APP
=
${
QGC_CUSTOM_
BINARY
_NAME
}
APP
=
${
QGC_CUSTOM_
APP
_NAME
}
TMPDIR
=
`
mktemp
-d
`
APPDIR
=
${
TMPDIR
}
/
$APP
".AppDir"
...
...
@@ -102,7 +102,7 @@ Categories=Utility;
Keywords=computer;
EOF
VERSION
=
$(
strings
${
APPDIR
}
/
${
QGC_CUSTOM_
BINARY
_NAME
}
|
grep
'^v[0-9*]\.[0-9*].[0-9*]'
|
head
-n
1
)
VERSION
=
$(
strings
${
APPDIR
}
/
${
QGC_CUSTOM_
APP
_NAME
}
|
grep
'^v[0-9*]\.[0-9*].[0-9*]'
|
head
-n
1
)
echo
${
QGC_CUSTOM_APP_NAME
}
Version:
${
VERSION
}
# Go out of AppImage
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment