diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-11 19:02:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-14 08:34:45 -0800 |
commit | de3d6b53274bacd880a83b9c2d404347839997f7 (patch) | |
tree | 785cb5df3e54a320fc1c47a4d2464a1a0d1ee4e1 /scripts | |
parent | a8d4ff308d41987934cff31d400b4a1ebc871629 (diff) | |
download | subsurface-de3d6b53274bacd880a83b9c2d404347839997f7.tar.gz |
Travis: make AppImages follow our naming pattern
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/linux/travisbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux/travisbuild.sh b/scripts/linux/travisbuild.sh index 9f8fd5df4..0c7f76674 100644 --- a/scripts/linux/travisbuild.sh +++ b/scripts/linux/travisbuild.sh @@ -38,7 +38,7 @@ unset LD_LIBRARY_PATH ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -qmldir=./subsurface/map-widget/ -verbose=2 # create the AppImage -export VERSION=$(cd subsurface/ ; git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file +export VERSION=$(cd ${TRAVIS_BUILD_DIR}/scripts ; ./get-version linux) # linuxdeployqt uses this for naming the file ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -qmldir=./subsurface/map-widget/ -verbose=2 find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq |