mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Windows installer (NSIS) creates incorrect data directories when spaces are included #925
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlackSiO2 on GitHub (Sep 20, 2019).
Originally assigned to: @anthonylavado on GitHub.
Describe the bug
When changing the default data location directory from C:\ProgramData\Jellyfin\Server to a directory containing a space such as C:\Test Data\Etc\Etc the installer will create the data directory with everything after the space removed. In this example it would be C:\Test\
To Reproduce
Run windows installation (10.4.0 RC nightlies)
Change default data location directory to a directory containing a space
Check where the installer actually created the data location
Expected behavior
Manually chosen data directory in the installer should match the directory created by the installer.
System (please complete the following information):
@anthonylavado commented on GitHub (Sep 20, 2019):
Working on this.
@anthonylavado commented on GitHub (Sep 20, 2019):
This is fixed in the next nightly.