From 7e3bf2594cb62b9c1bda9a0358191c1462a934cf Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 29 Mar 2016 23:07:28 +0800 Subject: [PATCH] Pull full git history in order to display git version in about dialog --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cf62bdd..8d00ef8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,7 +57,7 @@ clone_depth: 1 before_build: # git submodules - cd "%PROJECT_DIR%" - - git submodule update --init --remote --depth 1 --recursive + - git submodule update --init --remote --recursive # update sqlite-amalgamation - cd \