aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.py b/build.py
index cf8c5bb..fd049fd 100755
--- a/build.py
+++ b/build.py
@@ -130,8 +130,6 @@ def build_windows(jvers, btype, _barch, _bvers):
os.system(f"{docker_run_cmd} --volume {repo_root_dir}:/jellyfin --volume {repo_root_dir}/out/{btype}:/dist --env JVERS={jvers} --env BTYPE={btype} --env PARCH={PARCH} --env DTYPE=win --env DARCH={DARCH} --env ARCHIVE_TYPES={archivetypes} --name {imagename} {imagename}")
-
-
def build_macos(jvers, btype, barch, _bvers):
try:
PARCH = configurations[btype]['archmaps'][barch]['PARCH'] if barch in configurations[btype]['archmaps'].keys() else None
bgstack15