mirror of
https://github.com/jellyfin/jellyfin-server-windows.git
synced 2024-11-23 05:59:43 +00:00
Update NSSM URL
Update the URL to the new location
This commit is contained in:
parent
7dfe2392e5
commit
3962635286
2
.github/workflows/_meta-publish.yaml
vendored
2
.github/workflows/_meta-publish.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Add NSSM
|
||||
run: |
|
||||
Invoke-WebRequest 'https://repo.jellyfin.org/releases/other/nssm.zip' -OutFile 'nssm.zip'
|
||||
Invoke-WebRequest 'https://repo.jellyfin.org/files/other/nssm.zip' -OutFile 'nssm.zip'
|
||||
Expand-Archive 'nssm.zip'
|
||||
Copy-Item ".\nssm\nssm.exe" -Destination $(Resolve-Path .\jellyfin\jellyfin)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user