Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
eb4cfbd2
Commit
eb4cfbd2
authored
Oct 08, 2020
by
Valentin Platzgummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appimage added, create_linux_appimage.sh mod
parent
01c12f05
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
QGCNoRelease.Appimage
deploy/QGCNoRelease.Appimage
+0
-0
create_linux_appimage.sh
deploy/create_linux_appimage.sh
+5
-5
No files found.
deploy/QG
roundControl.AppI
mage
→
deploy/QG
CNoRelease.Appi
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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