Merge pull request #55 from LogicalPhallacy/WindowsLibPathFix
Changed the App.Config to longer break both nix (in debug mode) and w…pull/1154/head
commit
65d0d1d7b1
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="DebugProgramDataPath" value="E:\Temp" />
|
<add key="DebugProgramDataPath" value="%ApplicationData%/jellyfin-debug/" />
|
||||||
<add key="ReleaseProgramDataPath" value="/var/lib/emby/" />
|
<add key="ReleaseProgramDataPath" value="%ApplicationData%/jellyfin/" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in new issue