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
50a014cd
Commit
50a014cd
authored
Jan 31, 2020
by
Andrew Voznytsa
Browse files
Fix Linux instaler script
parent
756fef51
Changes
1
Hide whitespace changes
Inline
Side-by-side
QGCInstaller.pri
View file @
50a014cd
...
...
@@ -45,7 +45,7 @@ installer {
LinuxBuild {
#-- TODO: This uses hardcoded paths. It should use $${DESTDIR}
QMAKE_POST_LINK += && mkdir -p release/package
QMAKE_POST_LINK += && tar -
-warning=no-file-chan
ge
d
-
cj
f release/package/QGroundControl.tar.bz2 release
--exclude='package'
--transform 's/release/qgroundcontrol/'
QMAKE_POST_LINK += && tar -
cj --exclude='packa
ge
'
-f release/package/QGroundControl.tar.bz2 release --transform 's/release/qgroundcontrol/'
}
AndroidBuild {
QMAKE_POST_LINK += && mkdir -p $${DESTDIR}/package
...
...
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