From 8b8d948ba1043c99376eed6fb21a3f4ec773cafe Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:55:41 +0530 Subject: [PATCH 1/2] add very simple batch file for easy install --- install.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.bat diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..fe66442 --- /dev/null +++ b/install.bat @@ -0,0 +1,3 @@ +This will not work if you have installed jellyfin to a custom location +dotnet publish --configuration Release --output bin +move D:\Jellyfin\jellyfin-plugin-skin-manager-cssEditor\bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager \ No newline at end of file From d266fd109ed9ab745042c0e4e20663dc0c4065ba Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:21:32 +0530 Subject: [PATCH 2/2] Fix move --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index fe66442..8bf1492 100644 --- a/install.bat +++ b/install.bat @@ -1,3 +1,3 @@ This will not work if you have installed jellyfin to a custom location dotnet publish --configuration Release --output bin -move D:\Jellyfin\jellyfin-plugin-skin-manager-cssEditor\bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager \ No newline at end of file +move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager