Linux AppImage build script: Use QtKeyChain master
authorMichael Schuster <michael@schuster.ms>
Sat, 18 Jan 2020 15:31:22 +0000 (16:31 +0100)
committerMichael Schuster <michael@schuster.ms>
Sat, 18 Jan 2020 15:31:22 +0000 (16:31 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
admin/linux/build-appimage.sh

index a73c45e772258d063309f8caa197b7ad12b6eaaf..a056a4fc39d1b93f9c2566d7da87dc0da507a9bd 100755 (executable)
@@ -21,11 +21,11 @@ if [ $SUFFIX != "master" ]; then
     SUFFIX="PR-$SUFFIX"
 fi
 
-#QtKeyChain 0.9.1
+#QtKeyChain master
 cd /build
 git clone https://github.com/frankosterfeld/qtkeychain.git
 cd qtkeychain
-git checkout v0.9.1
+git checkout master
 mkdir build
 cd build
 cmake -D CMAKE_INSTALL_PREFIX=/usr ../