mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-02 02:27:30 -05:00
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773.