Update few things

This commit is contained in:
Prayag
2021-05-12 07:59:30 +05:30
parent e31d0e4c13
commit 57c422ff87
3 changed files with 7 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
@ECHO OFF
@echo This will not work if you have installed jellyfin to a custom location
set /p ask = Enter 'X' to continue or 'C' to cancel:
if "%ask%" neq "x" (
if "%ask%" neq "x" goto:eof
@echo starting install...
dotnet publish --configuration Release --output bin
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
)
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager