mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-02 19:23:08 +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
|
||||||
|
|||||||
+4
-1
@@ -54,7 +54,10 @@ for submodule in submodules.keys():
|
|||||||
if target_release == "master":
|
if target_release == "master":
|
||||||
target_head = "origin/master"
|
target_head = "origin/master"
|
||||||
else:
|
else:
|
||||||
target_head = f"refs/tags/{target_release}"
|
if submodule == "jellyfin-server-windows":
|
||||||
|
target_head = "origin/master"
|
||||||
|
else:
|
||||||
|
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
|
||||||
submodules[submodule].head.reference = target_head
|
submodules[submodule].head.reference = target_head
|
||||||
submodules[submodule].head.reset(index=True, working_tree=True)
|
submodules[submodule].head.reset(index=True, working_tree=True)
|
||||||
|
|||||||
Submodule
+1
Submodule jellyfin-server-windows added at ffc1ffb7c8
Reference in New Issue
Block a user