From 08c91e3f9809a5d3a1e8c2bd76bddbc99665e383 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Thu, 22 Feb 2018 11:14:27 +0900 Subject: [PATCH] Update qtil --- scripts/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare b/scripts/prepare index 631b96c..3d955a7 100755 --- a/scripts/prepare +++ b/scripts/prepare @@ -3,7 +3,7 @@ PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)" if [[ ! -d "${PROJDIR}/lib/qtil" ]]; then - git clone https://github.com/akiraohgaki/qtil.git -b release-0.3.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil" + git clone https://github.com/akiraohgaki/qtil.git -b release-0.3.1 --single-branch --depth=1 "${PROJDIR}/lib/qtil" fi if [[ ! -d "${PROJDIR}/lib/AppImageUpdate" ]]; then -- GitLab