From f709438ddd21765476fa5d7a6bedf58cdf0d2802 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 13 Dec 2018 15:36:16 -0500 Subject: [PATCH] Updated Naming Conventions for Jellyfin (markdown) --- Naming-Conventions-for-Jellyfin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Naming-Conventions-for-Jellyfin.md b/Naming-Conventions-for-Jellyfin.md index cdbdd13..f78b499 100644 --- a/Naming-Conventions-for-Jellyfin.md +++ b/Naming-Conventions-for-Jellyfin.md @@ -8,4 +8,4 @@ Specific examples include: * The Git repository and non-C# files inside of it should use lowercase `jellyfin` for convenience on case-sensitive filesystems. `jellyfin.sln`, `build-jellyfin.ps` * The final output binary, initscrips, and package names should use lowercase `jellyfin` for similar reasons as above. `jellyfin.dll`, `jellyfin_3.5.2-1_all.deb`, `jellyfin.zip` * Configuration directories can use either, depending on operating system conventions. `/var/lib/jellyfin`, `AppData/Jellyfin` -* The logo may use either depending on aesthetics and font choice. \ No newline at end of file +* The logo may use either, depending on aesthetics and font choice. \ No newline at end of file