Selaa lähdekoodia

Use the registry path for datadir, don't override it here

Removes an assumption on directory if the user has a datadir from the previous install, use that
Anthony Lavado 5 vuotta sitten
vanhempi
sitoutus
6f504a246b
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      deployment/windows/jellyfin.nsi

+ 0 - 1
deployment/windows/jellyfin.nsi

@@ -407,7 +407,6 @@ Function .onInit
             StrCpy $_INSTALLSERVICE_ "No"
             StrCpy $_SERVICESTART_ "No"
             StrCpy $_MAKESHORTCUTS_ "Yes"
-            StrCpy $_JELLYFINDATADIR_ "$LOCALAPPDATA\Jellyfin\Server"
         ${EndIf}
 
 ; Let the user know that we'll upgrade and provide an option to quit.