Skip to content

Commit

Permalink
Linux AppImage build script: Use QtKeyChain master
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schuster <[email protected]>
  • Loading branch information
misch7 committed Jan 18, 2020
1 parent e7f7ad7 commit a35aa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/linux/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../
Expand Down

0 comments on commit a35aa58

Please sign in to comment.