Changed the App.Config to longer break both nix (in debug mode) and windows (in release mode) profiles. Changed the Path helper library to replace %ApplicationData% in Windows land with the Userdata\roaming folder, and with /var/lib in nix land
parent
b8c275709c
commit
08024c81de
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="DebugProgramDataPath" value="E:\Temp" />
|
||||
<add key="ReleaseProgramDataPath" value="/var/lib/emby/" />
|
||||
<add key="DebugProgramDataPath" value="%ApplicationData%/jellyfin-debug/" />
|
||||
<add key="ReleaseProgramDataPath" value="%ApplicationData%/jellyfin/" />
|
||||
</appSettings>
|
||||
</configuration>
|
Loading…
Reference in new issue