diff --git a/.gitmodules b/.gitmodules index 3c59ba84..36f4f75b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "Finch/Includes/cap"] - path = Finch/Includes/cap +[submodule "modules/cap"] + path = modules/cap url = https://github.com/tiagozip/cap.git \ No newline at end of file diff --git a/Finch/Finch.csproj b/Finch/Finch.csproj index ccbcf9f2..10d84832 100644 --- a/Finch/Finch.csproj +++ b/Finch/Finch.csproj @@ -27,8 +27,8 @@ - - + + \ No newline at end of file diff --git a/Finch/Includes/cap b/modules/cap similarity index 100% rename from Finch/Includes/cap rename to modules/cap