aboutsummaryrefslogtreecommitdiff
path: root/deployment/windows
diff options
context:
space:
mode:
authorcrankdoofus <52436708+crankdoofus@users.noreply.github.com>2019-07-06 12:18:20 +1000
committerGitHub <noreply@github.com>2019-07-06 12:18:20 +1000
commitde9ee10abc8d0401f11dc5efed7adc4d36695db8 (patch)
tree082d282dea7bb0f1c2f7b5c244b20cb7b40c1bb0 /deployment/windows
parent43989800baa4e147a67c4b278e05face3ceadb5f (diff)
Uncomment accidental commenting of compilation
Diffstat (limited to 'deployment/windows')
-rw-r--r--deployment/windows/build-jellyfin.ps12
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 {