mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Remove extra newlines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user