Skip to content

Commit

Permalink
fix appimage-build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsaenger committed Oct 16, 2018
1 parent 8f9a3fb commit a674905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ matrix:
before_deploy:
# build AppImage
- cd ~
- qbs build -f $TRAVIS_BUILD_DIR profile:qt-gcc qbs.buildVariant:release project.pythonBuild:true project.pythonName:"python3" project.relpath:true
- qbs build -f $TRAVIS_BUILD_DIR profile:qt-gcc qbs.buildVariant:release project.pythonBuild:true project.pythonName:"python3"
- qbs install --install-root AppDir/usr
# prepare normal depdendencies
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
Expand Down

0 comments on commit a674905

Please sign in to comment.