Ensure the AppImage build includes SQLCipher

This commit is contained in:
Justin Clift
2017-09-02 22:10:31 +01:00
parent 70046f1dbd
commit 26f7cfbca4

View File

@@ -52,7 +52,6 @@ script:
- make
- ctest -V
- # AppImage generation
- cd ../build
- sudo apt-get -y install checkinstall
- sudo checkinstall --pkgname=app --pkgversion="1" --pkgrelease="1" --backup=no --fstrans=no --default --deldoc
- mkdir appdir ; cd appdir