From 060e228f675dfd72ca731bbd934ce03b5d9a7e05 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 24 Jun 2021 21:13:39 +0200 Subject: [PATCH] :sparkles: add native client --- .gitmodules | 3 +++ client-native | 1 + fosscord.code-workspace | 3 +++ 3 files changed, 7 insertions(+) create mode 160000 client-native diff --git a/.gitmodules b/.gitmodules index 1470da1..c2e909e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ branch = master [submodule "rtc"] branch = master +[submodule "client-native"] + path = client-native + url = https://github.com/fosscord/fosscord-client-native diff --git a/client-native b/client-native new file mode 160000 index 0000000..0f2c58b --- /dev/null +++ b/client-native @@ -0,0 +1 @@ +Subproject commit 0f2c58bc8131776052a98873a493ad050fe0adc8 diff --git a/fosscord.code-workspace b/fosscord.code-workspace index 60de5ec..c3d5b0c 100644 --- a/fosscord.code-workspace +++ b/fosscord.code-workspace @@ -12,6 +12,9 @@ { "path": "./client" }, + { + "path": "./client-native" + }, { "path": "./docs" },