Fix AppImage #23 #24

master
Jeremy Hu 2018-12-04 21:21:02 +09:30
parent 8dda74a799
commit fa8fe5d479
3 changed files with 6 additions and 3 deletions

View File

@ -116,6 +116,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then chmod a+x appdir/AppRun || travis_terminate 1; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./ci/linuxdeployqt.AppImage --appimage-extract || travis_terminate 1; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH=$(readlink -f ./squashfs-root/usr/bin):$PATH || travis_terminate 1; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then rm -v "./appdir/usr/lib/libxcb-dri2.so"* "./appdir/usr/lib/libxcb-dri3.so"*; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./squashfs-root/usr/bin/appimagetool -g ./appdir/ dust3d-$TAG-x86_64.AppImage || travis_terminate 1; fi
# Distribute

View File

@ -18,3 +18,5 @@ iKlsR <https://github.com/iKlsR>
Jimmy Gunawan <https://github.com/enzyme69>
mikeruddy <https://github.com/mikeruddy>
Helspank <https://github.com/Helspank>
Demorde <https://github.com/Demorde>
vanous <https://github.com/vanous>

View File

@ -4,10 +4,10 @@ DEFINES += NDEBUG
RESOURCES += resources.qrc
isEmpty(HUMAN_VERSION) {
HUMAN_VERSION = "1.0.0-beta.10"
HUMAN_VERSION = "1.0.0-beta.11"
}
isEmpty(VERSION) {
VERSION = 1.0.0.10
VERSION = 1.0.0.11
}
REPOSITORY_URL = "https://github.com/huxingyi/dust3d"