diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2019-11-03 02:51:29 -0500 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2019-11-03 02:51:29 -0500 |
| commit | e877ef92d746d3f2fc9cfa16c3c41c4b570c0c3d (patch) | |
| tree | b6b21968fbae0e520a10570bebea054dc8c7ca4b /deployment | |
| parent | 57cf3e24f8c09f48422ca22cb09f4d5f00479580 (diff) | |
Always download the latest tray app release
Diffstat (limited to 'deployment')
| -rw-r--r-- | deployment/windows/build-jellyfin.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/windows/build-jellyfin.ps1 b/deployment/windows/build-jellyfin.ps1 index a360c6a30..58968c563 100644 --- a/deployment/windows/build-jellyfin.ps1 +++ b/deployment/windows/build-jellyfin.ps1 @@ -145,7 +145,7 @@ function Install-TrayApp { }else{ Write-Verbose "Downloading Tray App and copying to Jellyfin location" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 - Invoke-WebRequest -Uri https://github.com/jellyfin/jellyfin-windows-tray/releases/download/v1.0/JellyfinTray.exe -UseBasicParsing -OutFile "$installLocation/JellyfinTray.exe" | Write-Verbose + Invoke-WebRequest -Uri https://github.com/jellyfin/jellyfin-windows-tray/releases/latest/download/JellyfinTray.exe -UseBasicParsing -OutFile "$installLocation/JellyfinTray.exe" | Write-Verbose } } |
