Преглед на файлове

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 години
родител
ревизия
6f504a246b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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.