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
pull/1903/head
Anthony Lavado 5 years ago
parent 63e0bd1d61
commit 6f504a246b

@ -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.

Loading…
Cancel
Save