mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2025-03-03 03:16:59 +00:00
Fix typo in Version command
This commit is contained in:
parent
6a6425273a
commit
ef5a6b0d98
2
build.py
2
build.py
@ -483,7 +483,7 @@ def build_nuget(
|
||||
f"{pack_command_base} --version-suffix {date} -p:Stability=Unstable"
|
||||
)
|
||||
else:
|
||||
pack_command = f"{pack_command_base} -pVersion={jellyfin_version}"
|
||||
pack_command = f"{pack_command_base} -p:Version={jellyfin_version}"
|
||||
|
||||
for project in project_files:
|
||||
log(f">> Packing {project}...")
|
||||
|
Loading…
x
Reference in New Issue
Block a user