mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Add Windows installer submodule
This commit is contained in:
@@ -4,3 +4,6 @@
|
|||||||
[submodule "jellyfin-web"]
|
[submodule "jellyfin-web"]
|
||||||
path = jellyfin-web
|
path = jellyfin-web
|
||||||
url = https://github.com/jellyfin/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
|
||||||
|
|||||||
@@ -53,6 +53,9 @@ if target_release != "master":
|
|||||||
for submodule in submodules.keys():
|
for submodule in submodules.keys():
|
||||||
if target_release == "master":
|
if target_release == "master":
|
||||||
target_head = "origin/master"
|
target_head = "origin/master"
|
||||||
|
else:
|
||||||
|
if submodule == "jellyfin-server-windows":
|
||||||
|
target_head = "origin/master"
|
||||||
else:
|
else:
|
||||||
target_head = f"refs/tags/{target_release}"
|
target_head = f"refs/tags/{target_release}"
|
||||||
# Checkout the given head and reset the working tree
|
# Checkout the given head and reset the working tree
|
||||||
|
|||||||
Submodule
+1
Submodule jellyfin-server-windows added at ffc1ffb7c8
Reference in New Issue
Block a user