2
0
Эх сурвалжийг харах

Qualified Namespace of pscredential

Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
trumblejoe 6 жил өмнө
parent
commit
b719ca5a33

+ 1 - 1
deployment/windows/install-jellyfin.ps1

@@ -3,7 +3,7 @@
 param(
     [Switch]$Quiet,
     [Switch]$InstallAsService,
-    [pscredential]$ServiceUser,
+    [System.Management.Automation.pscredential]$ServiceUser,
     [switch]$CreateDesktopShorcut,
     [switch]$LaunchJellyfin,
     [switch]$MigrateEmbyLibrary,