From c409efea81d6cdf5fd0e36671455267a0049df13 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 2 Oct 2018 14:12:01 +0200 Subject: Add SingleApplication as a git submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 17d12ff..6da4114 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rd-party/breakpad/breakpad.git"] path = 3rd-party/breakpad/breakpad.git url = https://chromium.googlesource.com/breakpad/breakpad +[submodule "3rd-party/SingleApplication/SingleApplication.git"] + path = 3rd-party/SingleApplication/SingleApplication.git + url = https://github.com/itay-grudev/SingleApplication.git -- cgit v1.2.1