From f043730c30483b78fd091db9f8c9543a89899015 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 12 Mar 2024 23:29:40 -0400 Subject: Add Windows installer submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index f5b3dff..cbd0eab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "jellyfin-web"] path = jellyfin-web url = https://github.com/jellyfin/jellyfin-web +[submodule "jellyfin-server-windows"] + path = jellyfin-server-windows + url = https://github.com/jellyfin/jellyfin-server-windows.git -- cgit