diff options
| author | crankdoofus <52436708+crankdoofus@users.noreply.github.com> | 2019-07-06 12:18:20 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-06 12:18:20 +1000 |
| commit | de9ee10abc8d0401f11dc5efed7adc4d36695db8 (patch) | |
| tree | 082d282dea7bb0f1c2f7b5c244b20cb7b40c1bb0 /deployment/windows | |
| parent | 43989800baa4e147a67c4b278e05face3ceadb5f (diff) | |
Uncomment accidental commenting of compilation
Diffstat (limited to 'deployment/windows')
| -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 0cfd78dfa..7b04c9310 100644 --- a/deployment/windows/build-jellyfin.ps1 +++ b/deployment/windows/build-jellyfin.ps1 @@ -30,7 +30,7 @@ function Build-JellyFin { Write-Verbose "windowsversion-Architecture: $windowsversion-$Architecture" Write-Verbose "InstallLocation: $InstallLocation" Write-Verbose "DotNetVerbosity: $DotNetVerbosity" -# dotnet publish -c $BuildType -r `"$windowsversion-$Architecture`" MediaBrowser.sln -o $InstallLocation -v $DotNetVerbosity + dotnet publish -c $BuildType -r `"$windowsversion-$Architecture`" MediaBrowser.sln -o $InstallLocation -v $DotNetVerbosity } function Install-FFMPEG { |
