From c84d681a3a11223cecabcdf78cd2bb2e14a4d52f Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sat, 26 Feb 2022 10:58:51 +0000 Subject: [PATCH] Re add unfricked json --- .gitmodules | 1 + generate.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index a30c21f..466ae1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,4 @@ [submodule "deps/json"] path = deps/json url = https://github.com/nlohmann/json + branch = develop diff --git a/generate.bat b/generate.bat index 58ba509..95cb0a4 100644 --- a/generate.bat +++ b/generate.bat @@ -1,2 +1,3 @@ @echo off +call git submodule update --init --recursive tools\windows\premake5.exe vs2019 \ No newline at end of file